adnan360/goer/master/go/.htaccess - Htaccess File

adnan360/goer/master/go/.htaccess

RewriteEngine On

RewriteRule ^([a-zA-Z0-9]+)$ test.php?code=$1
RewriteRule ^([a-zA-Z0-9]+)/$ test.php?code=$1
RewriteRule ^([a-zA-Z0-9]+)/(.*)$ test.php?code=$1&code2=$2
#RewriteRule . test.php [L]
DirectoryIndex index.htm

On Github License

Files

Download PDF of Htaccess file

Comments

Apache