HackmanCMS/web/.htaccess
2026-05-03 20:56:15 +03:00

4 lines
121 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]