Lothilius/tea-time/master/project/.htaccess - Htaccess File

Lothilius/tea-time/master/project/.htaccess

RewriteEngine on
Options +FollowSymlinks

# Treff redirects
#RewriteCond %{ENV:REDIRECT_STATUS} ^$
#RewriteCond %{QUERY_STRING} ^idHash=(.+)
#RewriteRule ^treff.php$ /treff/%1/? [R,NC,L]
#RewriteRule ^treff/(.+)/$ /treff.php?idHash=$1 [NC,L]

# JoinTreff redirects
#RewriteCond %{ENV:REDIRECT_STATUS} ^$
#RewriteCond %{QUERY_STRING} ^idHash=(.+)
#RewriteRule ^search_treff.php$ /search/%1/? [R,NC,L]
#RewriteRule ^search/(.+)/$ /search_treff.php?idHash=$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file
ENV, QUERY_STRING, REDIRECT_STATUS

Comments

Apache