Files
domnitor/public/.htaccess

8 lines
152 B
ApacheConf
Raw Normal View History

2025-10-08 14:23:07 +03:00
RewriteEngine On
# Redirect to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]