thomas-hoer/online-fotobook-creator/master/src/.htaccess - Htaccess File

thomas-hoer/online-fotobook-creator/master/src/.htaccess

RewriteEngine on 

RewriteRule ^([a-zA-Z_]*)$ index.php?s=$1&%{QUERY_STRING}
RewriteRule ^([a-zA-Z_]*)-([0-9]*)$ index.php?s=$1&id=$2&%{QUERY_STRING}
RewriteRule ^([a-zA-Z_]*)-([0-9]*)-([a-zA-Z_]*)$ index.php?s=$1&id=$2&action=$3&%{QUERY_STRING}

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache