Guten Tag,
das Thema findet man ja bei google ohne Ende und auch hier im Forum was mod_rewrite und Confixx angeht.
Ich habe auch alles eingehalten, was ich finden konnte.
Aber von vorne:
Für den User ist in der httpd specials folgendes eingetragen:
in der .htaccess steht folgendes:
Und dennoch kommt bei jedem Aufruf der Seite:
Was mache ich falsch?
Die vhost config sieht ebenfalls gut aus (meiner Meinung nach)
Ich bin für jeden Tipp dankbar und hoffe alle nötigen Angaben gemacht zu haben.
Viele Grüße
Thomas
P.S.:
das Thema findet man ja bei google ohne Ende und auch hier im Forum was mod_rewrite und Confixx angeht.
Ich habe auch alles eingehalten, was ich finden konnte.
Aber von vorne:
Für den User ist in der httpd specials folgendes eingetragen:
Code:
<Directory "/var/www/##user##/html/">
Options +FollowSymLinks +SymLinksIfOwnerMatch +Multiviews
AllowOverride All
</Directory>
AddHandler x-httpd-php5 .php .php3 .php4 .php5 .phtml
php_admin_value memory_limit 32M
in der .htaccess steht folgendes:
Code:
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/media/
RewriteCond %{REQUEST_URI} !^/extAdmin/
RewriteCond %{REQUEST_URI} !^/skin/
RewriteCond %{REQUEST_URI} !^/js/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
Und dennoch kommt bei jedem Aufruf der Seite:
Code:
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden:
Was mache ich falsch?
Die vhost config sieht ebenfalls gut aus (meiner Meinung nach)
Code:
<Directory "/var/www/web555/html/">
Options +FollowSymLinks +SymLinksIfOwnerMatch +Multiviews
AllowOverride All
</Directory>
AddHandler x-httpd-php5 .php .php3 .php4 .php5 .phtml
</VirtualHost>
Ich bin für jeden Tipp dankbar und hoffe alle nötigen Angaben gemacht zu haben.
Viele Grüße
Thomas
P.S.:
Code:
a2enmod rewrite
This module is already enabled!