Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. :/var/www/theos.ga/public_html/public# cat .htaccess
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_URI} !^/?(css|firmy|font|img|js|sablony-obrazky|theme)/*
  4. RewriteCond %{REQUEST_URI} !^/?(index.php|favicon.ico)$
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule ^(.*) /index.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement