Quote:
Originally Posted by ZacUSNYR
Do a simple test first to verify it definately is not installed.
Make a sub folder on your domain called test
Create an .htaccess (verify it is chmod 755)
Inside the .htaccess put
Code:
RewriteEngine on
RewriteRule ^old\.html$ new.html
Now create old.html and type the name of the file in there. Save it.
Now go to http://www.mydomain.com/test/new.html
If the contents of old.html are displayed then it is working and you have placed/setup your htaccess wrong in your forums. If it does not work - mod_rewrite is not installed.
|
Ok i just keep getting a 404 error.