• Resolved Kalehrer

    (@kalehrer)


    Hi All,

    I’m using Woo Commerce Version 2.3.9 with WordPress 4.2.2

    When I enable “pretty” permalinks my site no longer loads and receive an error message:

    “The page isn’t redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”

    In Cpanel, I edited the htaccess file to say:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    AND … I also tried deactivating all of my plug-ins to see if one of those might be causing the issue.

    No luck.

    Any help would be greatly appreciated!

    Many thanks in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Pretty Permalinks Kill My Site’ is closed to new replies.