X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Clean url for contact us page (https://forum.x-cart.com/showthread.php?t=69389)

DBK Web Builder 06-16-2014 10:55 AM

Clean url for contact us page
 
Right now the contact us page has an odd url

http://www.watertownmemorialcompany.com/help.php?section=contactus

How can we change it to just

http://www.watertownmemorialcompany.com/contactus.html


Thanks

DonnaNJ:D

sinobest 10-02-2014 06:55 AM

Re: Clean url for contact us page
 
i am interested in this also. anybody knows how to resovle this.

elmirage001 10-02-2014 07:14 AM

Re: Clean url for contact us page
 
It can be done using Jon's CDSEO Pro 2.0x plus the Custom Replacements Module.

CDSEO Pro
https://www.smackdigital.com/x-cart-mods/cdseo-pro-x-cart-seo.html

Custom Replacements Module.
https://www.smackdigital.com/x-cart-mods/cdseo-addon-custom-replacements.html

Works great!

sinobest 11-02-2014 02:37 PM

Re: Clean url for contact us page
 
if without cdseo, we can not resolve this issue?

iClerisy 11-04-2014 04:00 AM

Re: Clean url for contact us page
 
Hi,

This can be easily done by .htaccess rewrite rule.

Example : https://clutchtees.com/contactus.html

.htaccess rule : RewriteRule ^contactus.html/?$ help.php?section=contactus&mode=update [L]

Best wishes.

sinobest 11-04-2014 02:08 PM

Re: Clean url for contact us page
 
great, i have modify 2 dynamic urls to static urls, adding the following to lines to .htaccess:

RewriteRule ^contacts.html/?$ help.php?section=contactus&mode=update [L]
RewriteRule ^password-recovery.html/?$ help.php?section=Password_Recovery [L]

and i got 2 static urls:
http://www.loupesusa.com/password-recovery.html
http://www.loupesusa.com/contacts.html


All times are GMT -8. The time now is 04:23 AM.

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