jacobbednarz/markdown_blog/master/.htaccess - Htaccess File

jacobbednarz/markdown_blog/master/.htaccess

Options +FollowSymLinks
RewriteEngine On

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

# Create that purrrty URL schema like:
# http://domain.com/posts/hello-world
RewriteRule ^posts/(.*)$ ./view_post.php?name=$1

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache