[opensuse] how to turn on apache2 module rewrite
How do I turn on rewrite in apache2? apache2-2.2.4-22.2 openSUSE 10.1 x86_64 the module is loaded, but gallery2 issues a warning for the module and I cannot access any folders by the permalink name. tks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2 OpenSUSE Linux http://en.opensuse.org/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Patrick Shanahan escribió:
How do I turn on rewrite in apache2?
a2enmod rewrite
the module is loaded, but gallery2 issues a warning for the module and I cannot access any folders by the permalink name.
set AllowOverride to All in /etc/apache2/default-server.conf ( mine is near line 26) restart the webserver.
* Cristian Rodriguez R. <judas_iscariote@shorewall.net> [03-20-07 03:37]:
Patrick Shanahan escribió:
How do I turn on rewrite in apache2?
a2enmod rewrite
the module is loaded, but gallery2 issues a warning for the module and I cannot access any folders by the permalink name.
set AllowOverride to All in /etc/apache2/default-server.conf ( mine is near line 26)
restart the webserver.
Thankyou, this worked perfectly. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2 OpenSUSE Linux http://en.opensuse.org/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Cristian Rodriguez R.
-
Patrick Shanahan