Advertisement
Guest User

gpEasy .htaccess

a guest
Jul 14th, 2010
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1.  
  2. # BEGIN gpEasy
  3. <IfModule mod_rewrite.c>
  4.     <IfModule mod_env.c>
  5.     SetEnv gp_rewrite On
  6.     </IfModule>
  7.     RewriteEngine On
  8.     RewriteBase /
  9.     RewriteRule ^index\.php$ - [L]
  10.     RewriteCond %{REQUEST_FILENAME} !-f
  11.     RewriteCond %{REQUEST_FILENAME} !-d
  12.     RewriteRule (.*) /index.php [L]
  13. </IfModule>
  14. # END gpEasy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement