arychj/Klondike/master/static/.htaccess - Htaccess File

arychj/Klondike/master/static/.htaccess

Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_URI} !^(.*).kldk$
RewriteRule ^(.*)$ $1.kldk  [QSA]

RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4:$5:$6:$7:$8:$9:$10 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4:$5:$6:$7:$8:$9 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4:$5:$6:$7:$8 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4:$5:$6:$7 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4:$5:$6 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4:$5 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3:$4 [QSA,L]
RewriteRule ^(.*)/(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2:$3 [QSA,L]
RewriteRule ^(.*)/(.*).kldk$ ../klondike/index.php?kid=$1:$2 [QSA,L]
RewriteRule ^(.*).kldk$ ../klondike/index.php?kid=$1 [QSA,L]

ErrorDocument 403 ../klondike/index.php?kid=system:404
ErrorDocument 404 ../klondike/index.php?kid=system:404

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache