Skip to content

Instantly share code, notes, and snippets.

@goFrendiAsgard
Created May 20, 2013 05:58
Show Gist options
  • Save goFrendiAsgard/5610634 to your computer and use it in GitHub Desktop.
Save goFrendiAsgard/5610634 to your computer and use it in GitHub Desktop.
htaccess of /forum/
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /forum/index.php [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment