streaming-website/.htaccess

9 lines
197 B
ApacheConf
Raw Normal View History

2014-10-01 08:33:00 +00:00
RewriteEngine On
# Deliver literal files as-is
2014-10-01 08:33:00 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*) index.php?route=$1 [L]