lambdan/lambblog/master/.htaccess - Htaccess File

lambdan/lambblog/master/.htaccess

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteEngine On

RewriteRule ^([0-9-]+)/?(.*).text post.php?post=$1&mdown=true
RewriteRule ^([0-9-]+)/?(.*)$ post.php?post=$1

RewriteRule ^sitemap.xml sitemap.php

IndexIgnore *

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache