Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <Directory /admin>
  2. Deny from All
  3. </Directory>
  4.  
  5. RewriteEngine on
  6. RewriteCond $1 !^(index\.php|images|robots\.txt|java|upload)
  7. RewriteRule ^(.*)$ /index.php/$1 [L]
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement