Re: Lost my main landing page?
Quote:
Originally Posted by
CherVickers
Conor,
That is exactly my point. They WILL NOT. Please, tell me what I need to do to fix this issue. If I have to hire someone else, I will, but I need to tell them what to fix..
thanks!
If you hire someone, you do not need to tell them what to fix.. You need to describe the issue you are having and let them evaluate what they need to do to fix it.. Just simply describe the behavior you are experiencing that you DO NOT want..
BTW, the person who installed you site messed up, and clearly doesn't want to fix it or they don't know how to fix it.. either way they are totally unprofessional..
Ceon Url mapping not working.
Can anyone tell me why i am seeing this message after installing Ceon:- http://your_domain.com/includes/temp...ss/css/gss.xsl.
I have changed my domain name for obvious reasons issues are:-
I can view the site map in a web browser
i can build the sitemap / ping the engines
but when i view the sitemap in google i get the above message.
Re: Ceon Url mapping not working.
Hi,
Quote:
Originally Posted by
ssuk
Can anyone tell me why i am seeing this message after installing Ceon:-
http://your_domain.com/includes/temp...ss/css/gss.xsl.
I have changed my domain name for obvious reasons issues are:-
I can view the site map in a web browser
i can build the sitemap / ping the engines
but when i view the sitemap in google i get the above message.
You didn't post any message so I haven't a clue what you are talking about.
All the best..
Conor
ceon
Re: Ceon Url mapping not working.
Hello, Zen users i'm having a problem getting the ceon uri to work properly. All the files have been modified correctly as the uri installation check is showing no errors. The problem that i'm having is when I check the (Tick this box to have the URI auto-generated for this product.) and go to the product url it takes me to my homepage not to the product. I believe the problem is within my .htaccess file, but i'm not sure. The .htaccess file is located in the sites root directory and this is what my htaccess looks like. I changed the admin folder to custom in the code below. Any help would be greatly appreciated. The site url is http://qualityautowi.com
Code:
## BEGIN CEON URI MAPPING REWRITE RULE
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 any URIs for some, popular specific file format extensions,
# which are not covered by main file extension condition above
RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
# Don't rewrite any URIs for some specific file format extensions,
# which are not covered by main file extension condition above
# Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
#RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/custom admin folder [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors/ [NC]
# Don't rewrite .qidb directory
RewriteCond %{REQUEST_URI} !^/\.qidb/ [NC]
# Don't rewrite bmz_cache directory
RewriteCond %{REQUEST_URI} !^/bmz_cache/ [NC]
# Don't rewrite ajax directory
RewriteCond %{REQUEST_URI} !^/ajax/ [NC]
# Handle all other URIs using Zen Cart (its index.php)
RewriteRule .* index.php [QSA,L]
## END CEON URI MAPPING REWRITE RULE
Re: Ceon Url mapping not working.
Hi,
Quote:
Originally Posted by
GodfatherAntiques
Code:
RewriteCond %{REQUEST_URI} !^/custom admin folder [NC]
Apart from this line having spaces in it (spaces are a no-no), which I think you are saying you changed to "custom admin folder" just for this post?, everything is fine with that rule that I can see.. so if you've already tried adding a slash to the front of index.php then I'm afraid there's simply a clash or something wrong on your server. I'm afraid no posting here would help you, you'll need to get a server person to take a look.
Sorry I have nothing more to add than that.
Hope you get this sorted.
All the best..
Conor
ceon
Re: Ceon Url mapping not working.
I have tried adding a slash in front of the index.php, but the same thing happens. I don't believe its a problem with the server. I use host gator as the host and they do support .htaccess rewrite.
Re: Ceon Url mapping not working.
Hi,
Quote:
Originally Posted by
GodfatherAntiques
I have tried adding a slash in front of the index.php, but the same thing happens. I don't believe its a problem with the server. I use host gator as the host and they do support .htaccess rewrite.
By "problem with the server".. I mean with either it or your configuration on it.
Sorry but there's nothing I can do to help via a forum, you need to hire someone to look at this on your server/"your site" itself.
All the best..
Conor
ceon
Re: Ceon Url mapping not working.
Can anyone offer any advice regarding the issue mentioned in my previous post?
Thanks :smile:
Re: Ceon Url mapping not working.
Hi,
Quote:
Originally Posted by
gaffettape
Can anyone offer any advice regarding the issue mentioned in my
previous post?
Thanks :smile:
Sorry you're having trouble, not sure what you've done wrong.
Please get in contact privately with PHPMyAdmin and admin details for your site and I'll take a look. Please also supply some real URIs to check instead of made up ones.
Thanks,
Conor
ceon
Re: Ceon Url mapping not working.
Quote:
Originally Posted by
conor
Hi,
Sorry you're having trouble, not sure what you've done wrong.
Please
get in contact privately with PHPMyAdmin and admin details for your site and I'll take a look. Please also supply some real URIs to check instead of made up ones.
Thanks,
Conor
ceon
Hi Conor,
I'll contact you ASAP - which will probably be early next week, as I'm away for the weekend.
Thanks :smile: