NxTIC/public_html/.htaccess

5 lines
98 B
ApacheConf
Executable File

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]