Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
It looks like your database user doesn't have the necessary permissions to be able to create a database table. You'll have to talk to your hosts or your webdeveloper to get this changed.
It would seem so.
All the best..
Conor
Now ive fixed that, was problem with my premissions!
Now im working with setting up the rewrite rule. Is it 3.Modifying the rule for stores which have renamed the admin directory.
i should follow?
my .htaccess file is in the admin_login folder dont have any admin folder..
/Andreas
Re: Ceon URI Mapping (SEO)
Hi Andreas,
Quote:
Originally Posted by
antan88
Now ive fixed that, was problem with my premissions!
Glad to hear that.
Quote:
Originally Posted by
antan88
Now im working with setting up the rewrite rule. Is it 3.Modifying the rule for stores which have renamed the admin directory.
i should follow?
Please read the instructions again, carefully, and follow them.
Quote:
Originally Posted by
antan88
my .htaccess file is in the admin_login folder dont have any admin folder..
No, you DON'T put the rule inside the .htaccess file which is in your admin folder.
The instructions very clearly say to put it in the same folder your main store's index.php file is in. If no ,htaccses file exists there yet create it, and adjust the admin "exclusion" as per the instructions.
If you read the instructions again and follow them, you should have things working in a few minutes! :)
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi Andreas,
Glad to hear that.
Please read the instructions again, carefully, and follow them.
No, you DON'T put the rule inside the .htaccess file which is in your admin folder.
The instructions very clearly say to put it in the
same folder your
main store's index.php file is in. If no ,htaccses file exists there yet create it, and adjust the admin "exclusion" as per the instructions.
If you read the instructions again and follow them, you should have things working in a few minutes! :)
All the best..
Conor
ceon
Yes but the problem is that im not so good at english so i have problems with the understanding and im a total newbie on this.
I dont understand what file i will add the rule to and what number im gonna follow, 3.1 3.2 or 3.3..
i have one index.php in the public_html folder and one in the admin_login folder. In the admin_login folder there is a .access file
I'm sorry but i dont understand..
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
antan88
Yes but the problem is that im not so good at english so i have problems with the understanding and im a total newbie on this.
Okay, I'll take the time to specifically help you with your site in this way... which is a little unfair on me as it's not my responsibility to translate documentation for people who can't speak the language well enough themselves.
If there is no .htaccess file in your store's MAIN directory (the public_html folder), create one and add the following, otherwise add the following to the existing .htaccess file.
Do NOT use the .htaccess file in your store's admin directory, which apparently is called "admin_login".
Code:
RewriteEngine On
# 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} !^/admin_login [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 [QSA,L]
That should be all you need to do.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
antan88
Yes but the problem is that im not so good at english so i have problems with the understanding and im a total newbie on this.
Just a suggestion.. but why not use Google translate then to translate the readme into your native language.. http://translate.google.com/
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
Not too bad, thanks, how are you?
You'll need to DROP the ceon_urim_mapping_configs database table and go bac to Modules - Ceon URI Mapping.
When the table is recreated the option should be added to the configuration menu.
If that doesn't happen then you've a problem with the MySQL/PHP setup on your site.
Hope that helps..
Conor
ceon
I'm great now thanks to you Conor. Have now installed onto live site www.shabbylane.co.uk and tested on one category (the rest will follow at a more sensible hour). Working perfectly :clap:
I'm going to buy you a pint!
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
picandnix
I'm great now thanks to you Conor. Have now installed onto live site
www.shabbylane.co.uk and tested on one category (the rest will follow at a more sensible hour). Working perfectly :clap:
Glad that that was all you needed to get things sorted.. I'd imagine the database just stumbled the first time.. for some unknown reason of course (isn't it always! ;) ).
Quote:
Originally Posted by
picandnix
I'm going to buy you a pint!
That's very rare for anyone to do and very good of you to say, thanks, it'll definitely be appreciated! :)
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
I Installed Everything for Ceon URI Mapping
Enable URI Mapping
Product was added and "checked" Tick this box to have the URI auto-generated for this product.
Previewed the product and was good
Problem
I clicked the link
http://theherandhis.com/candles/mint...4.7oz?cPath=70
And get
a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I read and searched through the forum but not a straight answer for my problem.
Also with the E-Z PAGES got 404 not found error
Please Help Me get this solved
Using v1.3.9g
Addons:
Apsona Shop Admin Installed - Before Ceon URI
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
designhead
I Installed Everything for Ceon URI Mapping
Enable URI Mapping
Product was added and "checked" Tick this box to have the URI auto-generated for this product.
Previewed the product and was good
Problem
I clicked the link
http://theherandhis.com/candles/mint...4.7oz?cPath=70
And get
a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I read and searched through the forum but not a straight answer for my problem.
Also with the E-Z PAGES got 404 not found error
Please Help Me get this solved
Using v1.3.9g
Addons:
Apsona Shop Admin Installed - Before Ceon URI
If you search through this support thread you would have seen that 404 errors consistently mean you either do not have an .htaccess file or do not have it setup correctly.. (the posts from the last few days for example..) Please read the readme instructions on how to setup yout .htaccess file..
Re: Ceon URI Mapping (SEO)
I want to thank you very much! now i got it working and i have nice urls in my shop!
Very nice support and fast answers, many many thanks!
/Andreas