Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
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
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
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
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.
Quote:
Originally Posted by
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:
Code:
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
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
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
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?
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
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
Re: Ceon URI Mapping (SEO)
Problem !!!
My IE page can't display all images after having the rewrite rule installed
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
sung2010
[FONT=Courier New]My website looks ok in Firefox not in IE.... [/FONT]
It works fine in all browsers. You must have something wrong with IE on your computer.
All the best...
Conor
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.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
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