AlexanderPlatinum/PlatinumCMS/master/html/.htaccess - Htaccess File

AlexanderPlatinum/PlatinumCMS/master/html/.htaccess

AddDefaultCharset utf8
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

#RewriteRule ^uid([0-9]+)(/?)+$ index.php?url=profile&id=$1 [L]
#RewriteRule ^uid([0-9]+)$ index.php?url=profile&id=$1 [QSA, L]
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
#RewriteRule ^uid([0-9]+)(/?)+$ index.php?url=profile&id=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache