BGCX262/ztag-svn-to-git/master/.htaccess - Htaccess File

BGCX262/ztag-svn-to-git/master/.htaccess

RewriteEngine on

Options +FollowSymLinks

DirectoryIndex index.ztag default.ztag index.php default.php

RewriteCond %{QUERY_STRING} (.+)
RewriteRule ^(.*).ztag$ /ztag/ztag.php?temp=$1.ztag [QSA,NC,L]

#RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*).ztag$ /ztag/ztag.php?temp=$1.ztag [NC,L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache