univ-pau-ics/public_html/.htaccess

5 lines
99 B
ApacheConf
Raw Permalink Normal View History

2017-09-12 07:49:38 +00:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=/$1 [QSA,L]