View Single Post
  #14  
Old 10-24-2018, 04:41 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: CDSEO Pro 2.2.0 not placing friendly urls categories on llist

Hi Voodoo,

I just upgraded my test store to v4.7.10 and PHP 7.2 on the Ideal Responsive template (Phil's reDUX not ready yet) and it's working fine. Please try the following.

1. Download a fresh 7.1 version of CDSEO Pro

2. Upload the new 7.1 files.

3. Recheck the installation using the 7.1 instructions https://www.smackdigital.com/downloads/cdseo-installation-4.7.x.html

4. Update your htaccess file using to the full code provided below and the link above.
Code:
# ------------------------------------ # CDSEO Pro # ------------------------------------ # This directory index is recommended to replace the # x-cart default within this .htaccess file DirectoryIndex home.php index.html index.php # Enable mod rewrite engine RewriteEngine On # .htpasswd protection # May be required if your htpasswd files are located below document root (i.e. cpanel) # Remove # at the beginning of this line if your unable to access password protected folders: ErrorDocument 401 "Unauthorized" # Uncomment the two lines below to force trailing slashes on folders #RewriteCond %{REQUEST_URI} ^/[^\.]+[^/]$ #RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L] # Uncomment the two lines below force HTTPS on all pages #RewriteCond %{SERVER_PORT} !^443$ #RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] # Some servers require this Options directive to be disabled # Remove # at the beginning of this line to disable: #Options -Multiviews # Some servers require the Rewritebase directive to be enabled # Remove # at the beginning of this line to enable: #RewriteBase /xcart/ RewriteCond %{REQUEST_URI} !^/(payment|admin|provider|partner)/ RewriteCond %{REQUEST_FILENAME} !\.(gif|jpe?g|png|js|css|swf|php|ico)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$ cdseopro.php # ------------------------------------ # / CDSEO Pro # ------------------------------------
5. Edit your htaccess line #RewriteBase /xcart/ to the following if your store is still www.mydomain.com/shop/:
Code:
RewriteBase /shop/
6. Clear Cache

I wish you success!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote