humhub/.htaccess.dist

13 lines
292 B
Plaintext
Raw Normal View History

2014-02-10 06:36:00 +01:00
RewriteEngine on
# RewriteBase is required in some hosting environments (Amazon EC2, ...)
#RewriteBase /
2014-02-10 06:36:00 +01:00
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php