Hello! I have uploaded a .htaccess file with the following code and cannot see any changes in the URL. Pls let me know what all i want to do to make this code work. Please help. Also tell me how will i know whether my server offers this facility? Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^aboutus$ about_us.html Any help is appreciated and many thanks
You should be contacting your hosting provider for more information, as they would have first hand knowledge of what they have installed and running.
Seems that mod_rewrite is disabled. If you have shell access to the server try to use the following statement to see if mod_rewrite is enabled: httpd -l|grep mod_rewrite It can be enabled via httpd.conf