| Current Path : /home/seto/indexator.pm/ |
| Current File : /home/seto/indexator.pm/.htaccess |
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php
</IfModule>
RewriteEngine On
RewriteRule ^css/(.*)$ public/css/$1 [L]
RewriteRule ^js/(.*)$ public/js/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
<IfModule mod_authz_core.c>
<FilesMatch "^(bootstrap|worker|router)\.php$">
Require all denied
</FilesMatch>
</IfModule>