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]
Files
