PDA

View Full Version : how to on mod_rewrite for bluehost server



aminulsumon
03-01-2008, 11:58 AM
Hello All,

I need your help. Here is my .htaccess file which is working fine in my localhost.

Options +FollowSymLinks
DirectoryIndex index.php
RewriteEngine On
RewriteRule ^\.htaccess$ - [F]
RewriteRule ^favicon\.ico - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]


I use XAMP and as such configure apache/conf/httpd.conf file myself. More specific in httpd.conf this file i changed
#LoadModule rewrite_module modules/mod_rewrite.so
into
LoadModule rewrite_module modules/mod_rewrite.so

But the same code is not woking in my site www.shopno-dinga.com

My question is how can i configure in blue-host server or is there are any alternative solution? Please let me know.

Thanks,
Aminul