Advertisement
Guest User

Untitled

a guest
Oct 18th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Modified
  2. # If you modify this file then change the above line to: # Modified
  3. <IfModule mod_rewrite.c>
  4. RewriteEngine On
  5. # Certain hosts may require the following line.
  6. # If vanilla is in a subfolder then you need to specify it after the /.
  7. # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
  8. RewriteBase /forum
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
  12. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement