# SEO optimization for blog. You need to change template links.
#RewriteEngine on
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} blog_article-id-([0-9]+)\.html
#RewriteRule ^blog_article-id-(.*)\.html$ blog_article.php?id=$1 [L,QSA]


