# Charset configuration
AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>

    # Turn on rewrite engine
    RewriteEngine On

    # If your site is in a subfolder (e.g. /SCRIPT/), uncomment and adjust this:
    # RewriteBase /SCRIPT/

    # Coupons CMS v7 SEO routing
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^((.*?)(\-(\d+))?)\/?([.]\w+)?$ index.php?lcp=$1&lcp_id=$4&ext=$5 [QSA,L]

</IfModule>
