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

10 lines
212 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
2014-05-14 11:15:32 +02:00
RewriteRule . index.php