1
0
www.mikescher.com/www/.htaccess
2014-05-14 11:29:42 +02:00

10 lines
212 B
ApacheConf

RewriteEngine on
# Verwende Verzeichnis oder Datei, wenn sie vorhanden sind
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Leite andernfalls auf index.php um
RewriteRule . index.php