openstuck/.htaccess

7 lines
152 B
ApacheConf
Raw Normal View History

php_value display_errors 1
php_value date.timezone "America/New_York"
2019-11-03 04:53:48 +00:00
RewriteEngine On
2019-11-03 04:53:48 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]