mateusz-nowak/mdesktop.pl/master/web/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
#<IfModule mod_vhost_alias.c>
# RewriteBase /
#</IfModule>
RewriteCond %{HTTP_HOST} ^www.mp3filmy.pl [NC]
RewriteRule ^(.*)$ http://mp3filmy.pl/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>
Files
