34646-vm/.htaccess
2025-10-04 10:27:48 +00:00

4 lines
137 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ /index.php?code=$1 [L,QSA]