Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping (SEO)

Ceon URI Mapping (SEO)

Locked

Views: 472,345

Results 1,701 to 1,720 of 2,913
This thread is locked. New replies are disabled.
10 Jul 2010, 7:09 AM
#1701
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Ceon URI Mapping (SEO)

conor:

Hi,

It doesn't appear that that htaccess file is being used or something is wrong.

When I go to

happyworkshopus.com

it does NOT redirect to

www.happyworkshopus.com

which it appears it should do.

I really don't have the time to post much here so please just send me FTP and admin details for your site via my e-mail address and I'll log in and take a quick look. That's all I can do.

All the best..

Conor
ceon

Hi Ceon,

I just tried ' happyworkshopus.com' and it direct to ' https://www.happyworkshopus.com ' , does it mean it's working? but I can't log in to admin (zen cart )

10 Jul 2010, 7:18 AM
#1702
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

sung2010:

I just tried ' happyworkshopus.com' and it direct to ' www.happyworkshopus.com ' , does it mean it's working? but I can't log in to admin (zen cart )

Yes, I've tested it myself and the rewrite rule is now working perfectly. Zen Cart is now being used to show 404 pages, which is correct.

You must have named the rule for the admin folder wrongly (you didn't post the name of the admin folder).

I'm afraid I can't be of any further help without actual FTP and admin details.

All the best..

Conor
ceon

10 Jul 2010, 7:21 AM
#1703
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

Yes, I've tested it myself and the rewrite rule is now working perfectly. Zen Cart is now being used to show 404 pages, which is correct.

You must have named the rule for the admin folder wrongly (you didn't post the name of the admin folder).

I'm afraid I can't be of any further help without actual FTP and admin details.

All the best..

Conor
ceon

Dear ceon,
can I have your email ? and I'll send you the ftp information

10 Jul 2010, 7:27 AM
#1704
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi CEON,

Should I send the ftp information to your PM?

10 Jul 2010, 7:29 AM
#1705
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

sung2010:

can I have your email ? and I'll send you the ftp information

You already have my e-mail address. I've sent you an e-mail. Please send both FTP AND admin details.

For peace of mind you can delete any accounts created for me afterwards.

Thanks,

Conor

10 Jul 2010, 7:36 AM
#1706
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I've just sent to your PM

10 Jul 2010, 7:40 AM
#1707
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

sung2010:

I've just sent to your PM

I asked you to e-mail me.

I have sent you two e-mails, one when you originally contacted me and one when you posted a few minutes ago.

The details you sent me via PM don't work.

Please check the details, check your e-mail and e-mail (not PM) me back. If you haven't received my e-mails then please check your spam filters, then if you still can't find them please PM me and I'll post you my e-mail address.

Thanks.

Conor

10 Jul 2010, 7:58 AM
#1708
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi,

I've just received your email a min ago,,, ( don't know why it takes so long)

I've included my ftp information in the email.

Thank you

10 Jul 2010, 8:27 AM
#1709
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

sung2010:

I've just received your email a min ago,,, ( don't know why it takes so long)

That was very strange. At least you got it in the end.

sung2010:

I've included my ftp information in the email.

The problem with the admin wasn't the Ceon URI Mapping rewrite rule but the rule countrycharm posted.. it was redirecting the admin URIs which was resulting in no POSTed forms working in the admin.

I've modified that rule and everything is working perfectly now.

The working .htaccess file is identical now to the example rule in the Ceon URI Mapping documentation, with an additional rewrite rule above, adjusted to work with the Zen Cart admin on a SSL site:

RewriteEngine On

RewriteCond %{HTTP_HOST} ^happyworkshopus.com$ [NC]
RewriteCond %{REQUEST_URI} !^/ADMINFOLDERNAME [NC]
RewriteCond %{REQUEST_URI} !^/editors [NC]
RewriteRule ^(.*)$ http://www.happyworkshopus.com/$1 [R=301,L]

# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/ADMINFOLDERNAME [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L] 
```No worries about the mistake countrycharm.. obviously your site is set up differently and the rules you posted work for you. :)

All the best..

Conor
[ceon](http://dev.ceon.net)
10 Jul 2010, 8:28 AM
#1710
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Ceon,

Just wondering if you have received my email yet.

If you have, you might find that you can't log in to admin... just for your information

10 Jul 2010, 8:30 AM
#1711
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

sung2010:

Hi Ceon,

Just wondering if you have received my email yet.

If you have, you might find that you can't log in to admin... just for your information

Hi CEON

thank you so much and countrycharm

so, can I log in to the admin? should I try to check the box to see if it redirect to new map?

10 Jul 2010, 8:34 AM
#1712
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

sung2010:

Hi CEON

thank you so much and countrycharm

so, can I log in to the admin? should I try to check the box to see if it redirect to new map?

Dear CEON,

Thank you so much. You save my life !!!! Thank you Thank you

10 Jul 2010, 8:55 AM
#1713
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Problem !!!

My IE page can't display all images after having the rewrite rule installed

10 Jul 2010, 9:00 AM
#1714
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

sung2010:

My website looks ok in Firefox not in IE....

It works fine in all browsers. You must have something wrong with IE on your computer.

All the best...

Conor

10 Jul 2010, 9:01 AM
#1715
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

So you said my website looks ok in your IE?

guess I need to call my ISP since I can't access to certain sites since today and can't figure out why

Thank you.

10 Jul 2010, 9:08 AM
#1716
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

sung2010:

So you said my website looks ok in your IE?

It's identical in IE6, IE8 and Firefox 3.5.

Which is to be expected.. rewrite rules do not affect different browsers in different ways. If the images show in Firefox they will show in IE. Your ISP has nothing to do with it.

All the best...

Conor

10 Jul 2010, 6:44 PM
#1717
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

No worries about the mistake countrycharm.. obviously your site is set up differently and the rules you posted work for you. :)

I'm not worried...lol. I know you are the man. Thanks Conor for letting me know. I didn't mean to misled no one. My apologies. I tried the one you posted also. Either one works for me. Must be what host you have hosting your site determine the out come. Glad you got it all sorted out.

10 Jul 2010, 7:05 PM
#1718
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi CEON,

I found out why the website's image didn't be displayed in IE8 and I have tested in my friend's PC (IE8) as well, he also can't see the website properly.

and then, we checked ' Compatibility View ' in IE, some images and pages in home page start showing properly.

and I tested a bit, I found some category and products images are not shown up ex. ' next ' , ' previous ' and other button image are not shown as well...

10 Jul 2010, 10:42 PM
#1719
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

countrycharm:

I'm not worried...lol. I know you are the man. Thanks Conor for letting me know. I didn't mean to misled no one. My apologies. I tried the one you posted also. Either one works for me. Must be what host you have hosting your site determine the out come. Glad you got it all sorted out.

Don't worry, of course I know you weren't trying to mislead anyone! :)

FYI It isn't the host that determines the outcome, but the SSL settings.. I'm guessing your SSL certificate uses www. whereas Karen's doesn't have www. as part of the SSL domain. This means SSL links always dropped the www., which then was causing a redirect to www., breaking all forms in the admin.

All the best..

Conor
ceon

10 Jul 2010, 10:48 PM
#1720
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

sung2010:

I found out why the website's image didn't be displayed in IE8 and I have tested in my friend's PC (IE8) as well, he also can't see the website properly.

Sorry Karen but that's just not right. It works fine without having to use compatibility view here in IE8. It also works fine in IE6 as I said. For example, this page is perfect, identical in IE and Firefox:

http://www.happyworkshopus.com/art-supplies/crayons/butter-lion-12-colors-nontoxic-crayons-blop12

I'm afraid I can't spend any more time on this.

I hope you find the problem, but it's nothing to do with URI Mapping. If it works in Firefox it should show in IE.

If you are still having trouble please don't post here but start a new thread, hopefully someone will be able to help you.

All the best..

Conor
ceon