fsje/rocketCMS/master/.htaccess - Htaccess File

fsje/rocketCMS/master/.htaccess

# Error Documents
ErrorDocument 404 http://frederik.wigf6.sde.dk/cms/index.php?error=404

RewriteEngine On
# Page/hjem
RewriteRule ^page/([^/]*)$ /cms/index.php?page=$1 [L]

# Page/hjem/$id (Artikel)
RewriteRule ^page/([^/]*)/([^/]*)$ /cms/index.php?page=$1&read=$2 [L]

# Profile/ID
RewriteRule ^profile/([^/]*)$ /cms/profile.php?profile=$1 [L]

On Github License

Files

Download PDF of Htaccess file
Profile

Comments

Apache