1
0
www.mikescher.com/www/.htaccess

8 lines
210 B
ApacheConf
Raw Normal View History

2014-05-13 14:58:34 +02:00
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