mod rewite SEO.

Discussion in 'Integration' started by zone, Jan 26, 2009.

  1. zone

    zone New Member

    Joined:
    Jan 26, 2009
    Messages:
    1
    Hello I have a Joomla site with SEO links that are handled via htaccess. I want to keep these for user usability not SEO reasons. How do I get those rewrite rules to work with the amember rewrite rules? Here is the extra htaccess rules I want integrated:

    ########## Begin - Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
    RewriteRule (.*) index.php
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    #
    ########## End - Joomla! core SEF Section

    Thanks for help,
    John
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Have you tried sticking these rules below the amember .htaccess rules?

    David

Share This Page