This is a discussion on enable mod_rewrite in apache 1.3.9 - Redhat ; Hi all, I have a problem with mod_rewrite, i have uncomment the line LoadModule rewrite_module modules/mod_rewrite.so from httpd.conf file but when it test it with a sample .htaccess with Options +FollowSymLinks RewriteEngine On it return 500 internal server error. what ...
Hi all,
I have a problem with mod_rewrite, i have uncomment the line
LoadModule rewrite_module modules/mod_rewrite.so
from httpd.conf file but when it test it with a sample .htaccess with
Options +FollowSymLinks
RewriteEngine On
it return 500 internal server error.
what is the proper way to enable mod_rewrite?