304471720/tw7869-p2pnow/master/.htaccess - Htaccess File

304471720/tw7869-p2pnow/master/.htaccess

<ifModule mod_rewrite.c>
RewriteEngine on
RewriteRule .svn/ - [F]
RewriteCond %{QUERY_STRING}  ^(.+)$
RewriteRule ^(.*)forums/$ $1forums.php?action=viewtopic&%1 [L]

RewriteRule ^(.*)forums/$ $1forums.php?action=viewtopic
</ifModule>

# Options FollowSymLinks
# Order allow,deny
# Allow from all

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache