all2aller

.htaccess Redirect folder to index.php

Nov 24th, 2014
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. RewriteCond %{DOCUMENT_ROOT}/ !-f
  2. RewriteRule ^$ %{REQUEST_URI}index.php [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment