Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
makalele33
conor,
i tried it twice again
i made sure all the files where in place.
then i when thru the config
my store is on a subfolder called shop so i went ahead and put the following rewrite
RewriteEngine On
# ONLY rewrite URIs beginning with /shop/
RewriteCond %{REQUEST_URI} ^/shop/ [NC]
# 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} !^/shop/admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/shop/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]
then i went and changed the part where it says admin to my admin folder name.
RewriteCond %{REQUEST_URI} !^/shop/admin [NC]
i uploaded the file and when i go in to check if i type in the path where the folder is it works but when i try to get the admin it says an error.... i been trying to get this fix for like 6 days and nothing
What does the error say?? Simply stating you get an error or that it doesn't work without the exact error text or screenprints of what you see provides no indication of what is happening to determine the cause of the issue..
Did you install EVERYTHING?? There are a number of required core edits that are in a separate folder in the fileset which people often miss in their install.. Bottomline is you need to provide more details to know what YOUR issue might be..
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
DivaVocals
What does the error say?? Simply stating you get an error or that it doesn't work without the exact error text or screenprints of what you see provides no indication of what is happening to determine the cause of the issue..
Did you install EVERYTHING?? There are a number of required core edits that are in a separate folder in the fileset which people often miss in their install.. Bottomline is you need to provide more details to know what YOUR issue might be..
i think this might be the issue i only uploaded the the modified core files 1.3.9d so i will upload the whole folder inside my zen cart folder
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
Where did you put the .htaccess file?
All the best..
Conor
ceon
conor,
the htacess file is inside the zen cart folder named shop..do is have to be there or outside on the root before the zen cart folder?
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
DivaVocals
What does the error say?? Simply stating you get an error or that it doesn't work without the exact error text or screenprints of what you see provides no indication of what is happening to determine the cause of the issue..
Did you install EVERYTHING?? There are a number of required core edits that are in a separate folder in the fileset which people often miss in their install.. Bottomline is you need to provide more details to know what YOUR issue might be..
when i typr the path in my web browser this is what i get Server error.
The website encountered an error while retrieving http://www.rmsmusicoutlet.com/shop/n... myadmingfile/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
More information on this error
Below is the original error message
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Re: Ceon URI Mapping (SEO)
]PRIMARY_SECTIONTITLETERTIARY_SECTIONSITE_TAGLINE
I am getting this added to the end of each page title, not the url. Where did I mess up
Thanks
Re: Ceon URI Mapping (SEO)
This is an easy question, and I tried to find it in this thread but couldn't.
I think my install was real clean -- including careful merging with some files that had been modified by other mods. The most challenging of those was the Multi-language-for-EZ-pages (older ZC) code to merge with the newer CEON code.
Anyway, everything went really well and I'm beginning to use the CEON Config screen in Admin, but it splays out waayyy to the right, and I have to scroll to about half of the screen. Is this by design? Or did I lose a table tag or something while doing all that merging? Thanks for any insight ...
Re: Ceon URI Mapping (SEO)
RE: width of fieldset container on Config screen in Admin
ahhh ... the width of Config screen in Admin is fine in Firefox, but splays waayy out to the right in IE browser. I'll have to add a width somewhere in ceon_uri_mapping_config.php to keep it over to the left in IE.
Re: Ceon URI Mapping (SEO)
Quote:
RE: width of fieldset container on Config screen in Admin
Well this is pretty weird. IE8 won't even pay attention to full table tags, with a width of 960px, wrapped around the form that is created on about line 271 of ceon_uri_mapping_config.php. FF renders the form with the browser screen width to begin with, and also pays attention to table width.
Re: Ceon URI Mapping (SEO)
Hi I have just installed this module. I can get to my store website but i could not get to the admin console. I don't understand why.
I am using ZC 1.3.9g.
i copied everything under files, replaced everything under modified_core_files\1.3.9d (since i did not modify anything) and copied everything under templates to my default template.
I have renamed the admin folder to my admin folder name.
Any idea what i did wrong?
Please help...
I tried both with .htaccess and without but no avail on both attempts.
here is my .htaccesss
RewriteEngine On
# ONLY rewrite URIs beginning with /shop/
RewriteCond %{REQUEST_URI} ^/beautynets.com/ [NC]
# 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} !^/beautynets.com/admin* [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/beautynets.com/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 .* /beautynets.com/index.php?%{QUERY_STRING} [L]
Thanks
Andreas
Re: Ceon URI Mapping (SEO)
To add to my previous post.
I found error in the log file:
[08-Jan-2011 21:50:37] PHP Warning: require_once(/home/content/s/e/w/sewicob/html/ecommerce/adminBeautyincludes/classes/class.String.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/content/s/e/w/sewicob/html/ecommerce/adminBeauty/includes/functions/extra_functions/ceon_uri_mapping.php on line 21
[08-Jan-2011 21:50:37] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/content/s/e/w/sewicob/html/ecommerce/adminBeautyincludes/classes/class.String.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/s/e/w/sewicob/html/ecommerce/adminBeauty/includes/functions/extra_functions/ceon_uri_mapping.php on line 21
Thanks