X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors (https://forum.x-cart.com/showthread.php?t=39924)

BBM_ 08-18-2011 08:01 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
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.

Jon 08-18-2011 08:24 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
1 Attachment(s)
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.

mendyo 08-18-2011 01:38 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
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.

candc 08-19-2011 08:31 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Jon, you are monitoring this thread, we seem to be running out of options here.

Can you reply to ticket #FCP-865-88652

Thanks

Jon 08-19-2011 08:41 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
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.

candc 08-19-2011 08:52 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by Jon
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.


Thankyou, have emailed you directly

mendyo 08-21-2011 08:15 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by mendyo
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.


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

accesspos 08-22-2011 10:18 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
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

MythNReality 09-11-2011 05:39 PM

Being 403 redirected
 
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]

Jon 09-12-2011 07:21 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
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:

<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 +FollowSymLinks -MultiViews -Indexes

# Some servers require the Rewritebase directive to be enabled
# Remove # at the beginning of this line to enable:
RewriteBase /

# Speed-Up JS and CSS
RewriteRule loader_(.+).css loader.php?type=css&md5_suffix=$1 [L]
RewriteRule loader_(.+).js loader.php?type=js&md5_suffix=$1 [L]

# Url Parsing
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
# ------------------------------------


# 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]



All times are GMT -8. The time now is 05:17 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.