markopo/mapo-base/master/w/.htaccess - Htaccess File

markopo/mapo-base/master/w/.htaccess

Options -Indexes

RewriteEngine  On
RewriteRule    ^page/([A-Za-z0-9-]+)/?$    page.php?slug=$1    [NC,L]    # Handle page requests
RewriteRule    ^blog/([A-Za-z0-9-]+)/?$    blog.php?slug=$1    [NC,L]    # Handle page requests

On Github License

Files

Download PDF of Htaccess file

Comments

Apache