Advertisement
sanca

Untitled

Jul 29th, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. RewriteBase /home/k7411761/public_html/demo/
  4. RewriteCond %{REQUEST_FILENAME} !-l
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^(.*)$ index.php/$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement