useful-api.org/html/.htaccess

13 lines
308 B
ApacheConf
Raw Normal View History

2023-11-22 20:25:33 +00:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_URI} !^/static/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
2023-11-24 12:44:32 +00:00
php_flag log_errors on
php_value error_log /usr/home/usefula/php.log