SUSE's distribution of Apache does not enable mod_rewrite by default. To enable it, edit /etc/sysconfig/apache2 as root. Look for the uncommented APACHE_MODULES variable, and add rewrite between the quotes.
He thnks bro this thing helped me out
I did exactly that and after apache restart it shows ::
LoadModule rewrite_module /usr/lib/apache2-prefork/mod_rewrite.so
in loadmodule.conf
However, it seems like the .htaccess file I have defined rewrite rules is not being read? Do I need to set access to anable apache to read .htaccess?
More information about formatting options
He thnks bro this thing
He thnks bro this thing helped me out
I did exactly that and after
I did exactly that and after apache restart it shows ::
LoadModule rewrite_module /usr/lib/apache2-prefork/mod_rewrite.so
in loadmodule.conf
However, it seems like the .htaccess file I have defined rewrite rules is not being read?
Do I need to set access to anable apache to read .htaccess?
Post new comment