Hi,
On my website I use mod_rewrite, but I've transferred it from my own comp to my host.
So in the correct folder (/public_html/thamob.nl/cms/) I've created a .htaccess file, with:
So on my own comp I've just done (almost) the same in httpd.conf in my apache folder, but in my host it needs to be put in a .htaccessCode:RewriteEngine on RewriteRule ^/articles/(.*)/$ /news.php?article=$1 RewriteRule ^/articles/$ /news.php
But this won't work on my host..
I've contacted the owner but the reply still awaits..
*EDIT*
If I try the .htaccess method on my own comp, it doesn't work either.
Any tips?
--
IF YOU EVER HAVE THE SAME PROBLEM OR ALIKE, CHECK THIS FOR A POSSIBLE SOLUTION!!


Reply With Quote![[.htaccess]mod_rewrite won't work.. [Fixed]](http://ragezone.com/hyper728.png)


