also mach als confixx admin einen httpd spezial eintrag für die entsprechende domain:
<Directory "/srv/www/htdocs/webx/html">
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>
Deine .htaccess file sieht zum Bleistift so aus:
RewriteEngine on
RewriteBase /ordner/ <---- Vom Directory /srv/www/htdocs/webx/html aus...
RewriteRule ^([_0-9a-z]*).html$ $1.php
sg
<Directory "/srv/www/htdocs/webx/html">
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>
Deine .htaccess file sieht zum Bleistift so aus:
RewriteEngine on
RewriteBase /ordner/ <---- Vom Directory /srv/www/htdocs/webx/html aus...
RewriteRule ^([_0-9a-z]*).html$ $1.php
sg