Re: Works on .htaccess but not in sites-available

2012-11-02 Thread Wolfgang Karall
Hello, On 10/30/2012 10:02 PM, Jorge wrote: > In /var/www/www.etxea.org/htdocs/.htaccess I've got the following > content ... [..] > RewriteCond $1 !^(index\.php|images|robots\.txt|user_guide) > RewriteRule ^(.*)$ /index.php/$1 [L] [..] > > RewriteCond $1 !^(index\.php|images|robots\.

Works on .htaccess but not in sites-available

2012-10-30 Thread Jorge
Good evening. I've got apache2 on squeeze. In /var/www/www.etxea.org/htdocs/.htaccess I've got the following content ... IndexIgnore * RewriteEngine on # Any HTTP request other than those for index.php, images, and robots.txt is treated as a request for your index.php file RewriteCond