Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond $1 !^(index\.php|public|public/img|public/css|public/js|uploaded/*|scripts/*|robots\.txt)
  3. RewriteRule ^(.*)$ index.php/$1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement