YoPox/IdioWeb/master/lite/.htaccess - Htaccess File

YoPox/IdioWeb/master/lite/.htaccess

Options +FollowSymLinks

RewriteEngine On

RewriteBase /

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

RewriteRule ^home index.php [NC,L]
RewriteRule ^articles/([0-9a-zA-Z-]+)$ article.php?art=$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache