Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

[MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #31  
Old 06-04-2008, 07:08 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Doh, coulda sworn I had already fixed that in the source. I just now committed the change to SVN, thanks for the bug report guys.
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote
  #32  
Old 06-04-2008, 08:25 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Thanks Holub
I've modified the file per your post
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #33  
Old 06-23-2008, 11:44 PM
 
junaid junaid is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 96
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Quote:
Originally Posted by intel352
XC SEO Pro - NOW AVAILABLE!!!

Despite propaganda being spread by competitors, XCSEO doesn't cloak!

PHP Site Solutions is proud to announce the release of XC SEO version 1.4.0.

This release supports Apache, Zeus, and ISAPI.

This release includes bug fixes, easier support for migrating from CDSEO, and once again X-Cart 4.0 is supported!

XC SEO is a completely free alternative to CDSEO and DSEFU, and licensed under the GNU GPL v3 license.
The purpose of XC SEO is to provide Search Engine Optimization url rewrites, to add better keyword usage to your urls, and make your urls more readable as well.

A Case Study/Testimonial has been posted regarding XC SEO, feel free to check it out here: http://www.phpsitesolutions.com/x-cart_search_engine_optimization_xcseo.htm (Click on Case Studies/Testimonials)

All code is versioned and available from our repository at:
http://code.google.com/p/x-cart-seo/ <--- DOWNLOAD XC SEO HERE

A zip of the release is available at the url provided above.
This release is for X-Cart 4.0 and 4.1

==============================
Several sites using XC SEO:==============================

If you're a user of XML Sitemaps Commercial version (http://www.xml-sitemaps.com), a good application that generates sitemap.xml files for your store, then this information is pertinent to you:



--------------------------------------

Previous XC SEO thread:
http://forum.x-cart.com/showthread.php?t=37700

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

CHANGELOG
Code:
XC SEO 1.4.0 (rev 60 - May 4, 2008) ==================================== * Fix: Fixed issue with double-hyphens showing up in urls * Fix: Corrected problem with keyword injection causing redirect loop due to spaces * Fix: Corrected issue with configuration parameters not being interpreted correctly * Fix: Corrected bug with redirects from HTTPS incorrectly appending xid parameter as &xid (should be ?xid) * Fix: Ensured empty redirects cannot occur * Fix: Corrected outdated redirect method - X-Cart 4.1.7+ now passes it's own header for redirects * Fix: Moved usage of strtolower so content of "title" tag is not lowercase * Added easier support for CDSEO migration * Added Zeus-compatible rewrite rules * Miscellaneous: Performance might be slightly improved due to re-arranging of code * Miscellaneous: X-Cart 4.0.x is now supported by XC SEO once again * Miscellaneous: Altered seo pr notice to match </body> regardless of case

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Upgrading from v1.3.0 to v1.4.0 is documented in the download

Upgrade to XC SEO v1.3 from v1.2
  1. Upload modules/XC_SEO/ to replace existing modules/XC_SEO/ folder & files
  2. Edit .htaccess, find:
    Code:
    # Rewrite SEO product URL's RewriteRule ^([^/]*/)?[^/]+-print-c-([0-9]+)-p-([0-9]+)-pr-([0-9]+)\.html$ $1product.php?printable=Y&productid=$4&cat=$2&page=$3 [QSA,L] RewriteRule ^([^/]*/)?[^/]+-c-([0-9]+)-p-([0-9]+)-pr-([0-9]+)\.html$ $1product.php?productid=$4&cat=$2&page=$3 [QSA,L]

    After, add:
    Code:
    RewriteRule ^([^/]*/)?[^/]+-c-([0-9]+)-pr-([0-9]+)\.html$ $1product.php?productid=$3&cat=$2 [QSA,L]
  3. And that's it, no other changes required!
will it show 404 error for our current urls in google?
is there any way we can redirect them to the new.
regards
Junaid
__________________
xcart 4.18 on linux
Reply With Quote
  #34  
Old 06-24-2008, 08:00 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Hi Junaid, thanks for your question.

XCSEO Basic properly 301 redirects old URLs for you, so you do not have any 404 errors, and you will not have to manually redirect any old pages.

Cheers
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote
  #35  
Old 07-25-2008, 05:53 AM
 
bigmaggot bigmaggot is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 74
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

testing 1.4 with 4.1.10 and getting <!-- URLs Rewritten by XC SEO v1.4.0 - created by PHP Site Solutions - http://www.phpsitesolutions.com -->PHP_EOL</body>

This is showing PHP_EOL on the mainpage. Assuming this is a new bug?
__________________
X-Cart Gold v4.1.11
Reply With Quote
  #36  
Old 07-27-2008, 09:55 AM
  fmoses's Avatar 
fmoses fmoses is offline
Banned
 

Senior Member
  
Join Date: Apr 2008
Posts: 155
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Thanks Jon for great product for novice like me. Very easy to install, but i noticed after the install that my splash page no longer comes up when i go to my site, and directly lands me to my home page. I was wondering what i would have to do to get it back. Thank you.
Reply With Quote
  #37  
Old 07-29-2008, 12:27 PM
 
justy justy is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 39
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Problems again...

While I've gotten XC SEO basic working for all http:// urls, any https:// url fails with a file not found. I notice that Cape Fear Styles website works correctly for both http:// and https:// urls.

I'll be PM Jon as well.
__________________
---
x-cart 4.1.9
XC SEO 1.4

x-cart 4.2
Reply With Quote
  #38  
Old 09-17-2008, 07:31 AM
 
g053584398 g053584398 is offline
 

Newbie
  
Join Date: Jun 2006
Posts: 9
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Has anyone successfully installed XC SEO 1.4.0 rev 60 - May 4, 2008 with X-Cart version 4.1.2? Does anyone know why the patch for 'froogle.php' and 'get_language.php' did not patch successfully?

When attempting to apply the patch 'xcseo_41.patch' with X-Cart version 4.1.2, the following information was returned:

Step 1 of 2: Testing patch applicability and generation list of files

Result of the testing phase..

auth.php OK
modules/Froogle/froogle.php could not patch
https.php OK
include/install.php OK
include/get_language.php could not patch
__________________
D.G.

X-Cart Gold 4.1.6
Reply With Quote
  #39  
Old 09-17-2008, 07:37 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,052
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

It is quite typical for patches not to run automatically, particularly with such old and unstable versions of x-cart.
You just have to manually patch those files. If you are not using froogle from within x-cart, you don't need to worry about that file anyway.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #40  
Old 09-17-2008, 08:09 AM
 
g053584398 g053584398 is offline
 

Newbie
  
Join Date: Jun 2006
Posts: 9
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

Thanks for that Paul. I won't be using Froogle, so that is one thing less to worry about.

Is there a tutorial on the forums for manual patching?
__________________
D.G.

X-Cart Gold 4.1.6
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:51 AM.

   

 
X-Cart forums © 2001-2020