CentOS release 5.4 (Final)
Server version: Apache/2.2.3
PHP 5.1.6
I have this line in my httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so
and also
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
and if see phpinfo(), this also shows mod_rewrite module is installed.
i used this link
Code:
http://www.webune.com/forums/how-to-test-check-if-mod-rewrite-is-enabled-t40.html
to test mod_rewrite but i get 404 error.
Please help
Saif