Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / webtt / app / webroot / .htaccess
blobf9d8b938bdbe61695f3b133b9635bded17200c47
1 <IfModule mod_rewrite.c>
2     RewriteEngine On
3     RewriteCond %{REQUEST_FILENAME} !-d
4     RewriteCond %{REQUEST_FILENAME} !-f
5     RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
6 </IfModule>