Re: Ceon URI Mapping (SEO)
Thanks :smile:
I have the URI mapping within the categories but can't see where to add it for each individual product...
Also when I click EZpages within the admin the page is blank/white?
Any idea why?
Thanks
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
pb4
I have the URI mapping within the categories but can't see where to add it for each individual product...
Also when I click EZpages within the admin the page is blank/white?
Any idea why?
Yes, the fields must not be appearing on the product page because you haven't modified the core files properly. You need to go through that stage of the installation process again (from scratch* - check each and every modified core file.
As for the blank page.. either you didn't modify the ez-pages file properly or your FTP software didn't upload the file properly.
Good luck with getting this sorted.
That's as much as I can do now.. I don't think I can reply again today.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Ok, will check them...thanks..have a good day :smile:
Re: Ceon URI Mapping (SEO)
Hi!
I install the module and is not work :( .
I made al the instructions from the doc folder .. recheck for 10 times.
I reinstal a fresh zencart and templates. Nothing change :(.
The server is linux ...
In my admin site all is work perfect but the links is the same.
Whay !!! Please help !!!
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
rebelman
Hi all,
I have just installed this add-on and have read all the instructions from top to bottom but it seems I am still having problems with the htaccess file, copy of my htaccess log shown below:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^nameyourgift.ie$ [NC]
RewriteRule ^(.*)$ http://www.nameyourgift.ie/$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} !^/MYADMINFOLDER [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]
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
Order Allow,Deny
Allow from all
</FilesMatch>
IndexIgnore */*
I have tried various combinations of the above code but without success. At the moment I have removed the last RewriteRule (i.e. index.php) as when its included I get "Unable to display page". My site is working fine, just can't get the Static URI working! btw the first redirect rule i.e. redirecting non www to www address is working fine. I appreciate any insight of what I could be doing wrong.
Thanks
Rebelman
The latest from my host is that the above redirect is causing everything to try and go to /htdocs/usr. They say it is probably some internal configuration in Zen cart that is causing this. Does anyone know how this can occur?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
rebelman
The latest from my host is that the above redirect is causing everything to try and go to /htdocs/usr. They say it is probably some internal configuration in Zen cart that is causing this. Does anyone know how this can occur?
No.
Try putting a slash in front of index.php and see if that works. If not you might have to pay someone to help you sort out your server as that rule should work.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
xergos055
I install the module and is not work :( .
The module always works when it is installed properly.
Quote:
Originally Posted by
xergos055
I made al the instructions from the doc folder .. recheck for 10 times.
I reinstal a fresh zencart and templates. Nothing change :(.
The server is linux ...
In my admin site all is work perfect but the links is the same.
Whay !!! Please help !!!
You ahve to go and create the mapping by going into each category/product and clicking "Update".
You probably missed that part of the docs!
Hopefully that's all this is and you'll be sorted once you generate mappings for each category/product.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
Yes.. read the section of the docs about rewrite rules and copy and paste an example rewrite rule and modify it as instructed in the documentation.
Told you I needed better docs. :(
All the best...
Conor
ceon
Quote:
Told you I needed better docs. :(
Yes I guess For some people You might need them........:unsure:
Re: Ceon URI Mapping (SEO)
I've sorted out the EZ pages issue and they work fine..(I downloaded the Filezilla ftp addon :smile:)
..now I can add mapping to only a few of my products within categoires but I can't add it to the rest...:dontgetit
Any idea why? Very strange..I've uploaded the files again..
Ceon URI Mapping and SitemapXML
Has anyone already written the code to integrate with the SitemapXML mod? Google Webmaster Tools indexed some of my URLs in the sitemap, but it has now giving an error that it has stopped following my URLs because of the 301 redirects. So I need to create the sitemap with the static URLs.
I would imagine it's just a matter of doing some select queries on the sitemapxml tables. I'm just rusty and thought I'd check here before I get into it.