alexsteinerde/BlogSystem/master/.htaccess - Htaccess File

alexsteinerde/BlogSystem/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_URI} page(.*)$
RewriteRule page(.*)$ index.php?page=$1 [QSA]

RewriteCond %{REQUEST_URI} include/(.*)$
RewriteRule include/(.*)$ include.php?include=$1 [QSA]

RewriteCond %{REQUEST_URI} article/(.*)$
RewriteRule article/(.*)$ page/article?article=$1 [QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache