Re: Ceon URI Mapping (SEO)
Hello DivaVocals and Conor,
I try to change the code by myself, and now it display OK. but the only problem is now it doesn't use the CSS files,
but it is OK for me, I don't know web page code, so I can't do it perfect.
Thanks for your help, really appreciate.
Regards,
Alan
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
alan145
Hello DivaVocals and Conor,
I try to change the code by myself, and now it display OK. but the only problem is now it doesn't use the CSS files,
but it is OK for me, I don't know web page code, so I can't do it perfect.
Thanks for your help, really appreciate.
Regards,
Alan
Alan, please take my advice here..:smile: You REALLY need to start YOUR OWN THREAD if you want help with this.. At this point you have HIJACKED this thread with LOTS of posts that have NOTHING to do with supporting the Ceon SEO mod..
Re: Ceon URI Mapping (SEO)
Still trying on installing this addons in my website... but it seems so hard
When I click a product/category that has a Ceon modified url I just get this:
Quote:
Not Found
The requested URL /shop/ideeregalo was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.11 Server at alepia.ch Port 80
What's the matter??
Thanks for the help!
Re: Ceon URI Mapping (SEO)
Conor
I think I have followed all the instructions as given and installed the .htaccess file as suggested. However I get an HTTP 404 - File not found message.
The site is http://www.sealersdirect.com and I only have one category.
This is a fresh install and the only module that has been installed is a google analytics module.
I have put the exclude in as /includes/templates/classic/google_analytics/google_analytics.php
However the problem still exists.
I hope you are able to help.
thanks.
Stephen
Re: Ceon URI Mapping (SEO)
Was anyone able to get google checkout to work with this? if so what did you exclude?
Re: Ceon URI Mapping (SEO)
I've got a fresh 1.38a+security+CSS drop-down menus store I'm working on. I installed the Ceon URI Mapping mod, along with the changes to my .htaccess file. I don't have any products yet, so I used phpMyAdmin to add a record to get the contact_us page 'renamed' (uri = /contact_us, lang_id = 1, current_uri = 1, main_page = contact_us).
Code:
#
# Request PHP 5.0
#
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
#
# Ensure the correct mime type is sent for the .htc file
#
AddType text/x-component .htc
#
# Add the www if it's missing ...
#
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC]
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L]
#
# Added for Ceon URI Mapping add-on
#
# Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin.* [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors.* [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) index.php?%{QUERY_STRING} [L]
#
# Point 404 errors to the website-specific page
#
ErrorDocument 404 http://www.mydomain.com/index.php?main_page=page_not_found
What's funny is that all accesses to my admin directory *ARE* being rewritten and all my store's accesses result in a 404. Any ideas?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
alepia
What's the matter??
Get in contact via this address with FTP and admin details for your site and I'll take a quick look to see what you are doing wrong.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
lat9
What's funny is that all accesses to my admin directory *ARE* being rewritten and all my store's accesses result in a 404. Any ideas?
I'm afraid I don't have ideas, clearly the behaviour you have described makes little sense! It means that the rewriterule you have posted is not being used as expected.. otherwise the admin directory would of course be excluded.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi Conor,
I must be suffering New Year blindness or something, but I can't find the section that enables me to rewrite the URLS for the core pages such as /index.php?main_page=shippinginfo
I'm blithely looking around the acp for some handy box to type it into, as there is in the categories/products, and I'm guessing there's some other method by which to rewrite the core files.
Either that or, as I said, it's New Year blindness and right under my nose, and I'm just not seeing it!
Thanks in advance for your help!
GG
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
stecrox
However the problem still exists.
Unfortunately that simply means you have done something wrong. I'd suggest going through the whole process again and checking your working.
All the best...
Conor
ceon