hustcalm/CMCT-PT/master/.htaccess - Htaccess File

hustcalm/CMCT-PT/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