| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors | ||||
![]() |
|
|
Thread Tools |
#361
|
|||||||
|
|||||||
![]() Hi Mendyo,
Check your settings for the module and make sure you have category set to folder (url) and try that. Edit: sorry I thought you were talking about categories.
__________________
Multiple instances of X-cart |
|||||||
#362
|
|||||||||
|
|||||||||
![]() I'll have look to see why your ticket isn't addressed. I've attached a module that will appear in your x-cart admin -> cdseo pro admin -> modules area to give you this url format for products. Static pages aren't categorized by default so CDSEO has no such possibility.
|
|||||||||
#363
|
|||||||
|
|||||||
![]() Jon,
Thank you so much. I will install it tonight and let you know if there are any issues. I really appreciate the prompt reply.
__________________
X-Cart Gold 4.4.3 BCS Engineering: Global Product Options ![]() Advanced Product Ratings and Reviews ![]() Shipping Insurance Authorize.net DPM Module Cart On Steroids: Abandoned Carts Reminder RPX: Janrain Engage The XCart Store: Xbanners WebsiteCM: CDSEOpro ![]() Remember Anonymous Cart xcartmods.co.uk: Customer Testimonials ![]() Smart Comments ![]() Social Bookmarking ![]() |
|||||||
#364
|
|||||||
|
|||||||
![]() Jon, you are monitoring this thread, we seem to be running out of options here.
Can you reply to ticket #FCP-865-88652 Thanks
__________________
Ver 4.4.4 Gold Ability BCSE Pre Order BCSE Global Product Options BCSE Stock Notify CDSEO Pro MM OPC - Gave up with it Altered Cart OPC XMobile Powered by EWD Ver 4.4.4 Gold Ability BCSE Pre Order BCSE Global Product Options BCSE Stock Notify CDSEO Pro Altered Cart OPC XMobile Powered by EWD |
|||||||
#365
|
|||||||||
|
|||||||||
![]() Sorry we are swamped right now and behind. Please send those details to me directly at jon@websitecm.com and I will look for them this morning.
|
|||||||||
#366
|
|||||||
|
|||||||
![]() Quote:
Thankyou, have emailed you directly
__________________
Ver 4.4.4 Gold Ability BCSE Pre Order BCSE Global Product Options BCSE Stock Notify CDSEO Pro MM OPC - Gave up with it Altered Cart OPC XMobile Powered by EWD Ver 4.4.4 Gold Ability BCSE Pre Order BCSE Global Product Options BCSE Stock Notify CDSEO Pro Altered Cart OPC XMobile Powered by EWD |
|||||||
#367
|
|||||||
|
|||||||
![]() Quote:
The install worked great and the URL structure for the products is just the way I wanted. However, the subcategory URLs are showing up as www.domain.com/subcategory insteadd of www.domain/category/subcategory. Any way to change that? This feature would be really nice as it would follow the breadcrumbs and help with SEO. Thank you, Mendy
__________________
X-Cart Gold 4.4.3 BCS Engineering: Global Product Options ![]() Advanced Product Ratings and Reviews ![]() Shipping Insurance Authorize.net DPM Module Cart On Steroids: Abandoned Carts Reminder RPX: Janrain Engage The XCart Store: Xbanners WebsiteCM: CDSEOpro ![]() Remember Anonymous Cart xcartmods.co.uk: Customer Testimonials ![]() Smart Comments ![]() Social Bookmarking ![]() |
|||||||
#368
|
|||||||
|
|||||||
![]() i have upgarded to CDSEO 1.8.0.
I noted one of the new features "Added the ability to view and delete url history.". Whereabouts do we view / delete url history. i can't find any reference to it in cdseo admin. thanks
__________________
X-Cart 4.3.2 (Gold) X-Special Offers X-Comparison X-Magnifier BCSE - Simple Password Recovery BCSE - Wholesale Pricing on Category Pages BCSE - Category Headings WebsiteCM - Prev / Next WebsiteCM - EzUpsell WebsiteCM - Dynamic Product Tabs WebsiteCM - xCMS WebsiteCM - CDSEO Xcart Mods - Recently Viewed SafetyNetWeb - Vistor Sitemap PRO Altered Cart - On Sale --------------------- Server: Linux Apache: 2.2.6 (Unix) PHP: 5.2.5 MySQL: 4.1.22 standard |
|||||||
#369
|
|||||||||
|
|||||||||
![]() I have posted a ticket already, would appreciate a response, as my site is getting 403 (website cannot be found) error.
After I upgraded to 4.4.2 and CDSEO (both fresh install), everything falls apart ever since. Some categories were directed others with 403 code, not to mention that many products were all 403 redirected! Also, I have tried to redirect some old urls with .htaccess and some works some don't (got 404). Here's my .htaccess please help: <Files 403.shtml> order allow,deny allow from all </Files> <FilesMatch "\.(css|js)$"> Allow from all </FilesMatch> # ------------------------------------ # 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" # 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 / 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 # ------------------------------------ # Speed-Up JS and CSS [[[ Options +FollowSymLinks -MultiViews -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule loader_(.+).css loader.php?type=css&md5_suffix=$1 [L] RewriteRule loader_(.+).js loader.php?type=js&md5_suffix=$1 [L] </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/(payment|petadmin|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 ^(.*)$ dispatcher.php [L] </IfModule> # block common X-Cart files that could reveal # that you have X-Cart installed RedirectMatch gone ^.*Smarty.*$ RedirectMatch gone ^/.*\.tpl$ RedirectMatch gone VERSION.* RedirectMatch gone COPYRIGHT.* RedirectMatch gone INSTALL.* RedirectMatch gone NEW.* RedirectMatch gone README.* RedirectMatch gone UPGRADE.* Redirect gone /shipping Redirect gone /skin_backup Redirect gone /.pgp Redirect gone /.pgp.def ServerSignature Off #Block mySQL injects RewriteCond %{QUERY_STRING} (;|<|>|▓|■|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|updat e|md5|benchmark) [NC,OR] RewriteCond %{QUERY_STRING} \.\./\.\. [OR] RewriteCond %{QUERY_STRING} (localhost|loopback|127\.0\.0\.1) [NC,OR] RewriteCond %{QUERY_STRING} \.[a-z0-9] [NC,OR] RewriteCond %{QUERY_STRING} (<|>|▓|%0A|%0D|%27|%3C|%3E|%00) [NC] RewriteCond %{QUERY_STRING} concat[^\(]*\( [NC,OR] RewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR] RewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC] RewriteRule .* index.php [F]
__________________
_____________ Capture Your Mini-Me Look! - X-CART Gold (Current Version) V4.6 - Reboot - CDSEO |
|||||||||
#370
|
|||||||||
|
|||||||||
![]() Looks like you have CDSEO and Clean Urls enabled or at least you still have the clean urls code in your .htaccess.
Ensure that Clean Urls is disabled in your xcart admin -> general settings -> SEO settings area. Then ensure that CDSEO is enabled. Then use this as your .htaccess: Code:
|
|||||||||
|
|||
X-Cart forums © 2001-2020
|