Files
SmartHomePHP/web/.htaccess
Alex Solomaha fe6b8ffff3 basic app
2016-08-12 17:48:42 +03:00

10 lines
254 B
ApacheConf

# Settings to hide index.php and ensure pretty urls
RewriteEngine on
# 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