Enabling mod_rewrite on SUSE Linux 10.0

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

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

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.

More information about formatting options