[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RewriteEngine problem +Apache2 on Sarge



On Fri, 2005-03-11 at 21:13 +0000, Stelios A. wrote:

> Syntax error on line 5 of /usr/local/xpanel/Conf/xp_perl_httpd.conf:
> Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a
> module not included in the server configuration
> 
> I am using Apache2.

sounds like you need to enable mod_rewrite using "a2enmod rewrite" or 
# cd /etc/apache2/mods-enabled/
# ln -s ../mods-available/rewrite.load .

and then running "apache2ctl graceful"

-Mark



Reply to: