My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I've installed this and followed all of the directions. Ive spent many hours researching and I just cant get it. There seems to be some kind of problem on GoDaddy servers but I can never find the solution
Here is the site - http://thehockeyjersey.co/store/
I've started using it on the Gift Certificates Category link. You can see it works but it displays the 404 error.
Its a Linux server on GoDaddy and I created the .htaccess file directly from the software in the admin section. I also tried adding the extra / for the RewriteRule but it doesnt work either way.
It seems so close, just one small thing missing. Thank you!
Just as an update, Im turning this off for the time being. The new url I have defined as http://thehockeyjersey.co/store/giftcertificates but it comes up as a 404 and doesnt redirect to the original url.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Of course, thank you! I also turned it back on, so you can see the gift certs category not working. I have the .htaccess file in my root directory.
Code:## BEGIN CEON URI MAPPING REWRITE RULE RewriteEngine On # ONLY rewrite URIs beginning with /store/ RewriteCond %{REQUEST_URI} ^/store/ [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 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 editors directory RewriteCond %{REQUEST_URI} !^/store/editors/ [NC] # Don't rewrite admin directory RewriteCond %{REQUEST_URI} !^/store/admin/ [NC] # Don't rewrite logs directory RewriteCond %{REQUEST_URI} !^/store/logs/ [NC] # Don't rewrite cron directory RewriteCond %{REQUEST_URI} !^/store/cron/ [NC] # Handle all other URIs using Zen Cart (its index.php) RewriteRule .* /store/index.php [QSA,L] ## END CEON URI MAPPING REWRITE RULE
Last edited by THJCO; 5 May 2014 at 02:17 AM.
did you write the url yourself --- in the area to write the url wanted. Or did you just tic the auto-generated box and let the module create the url?
Thanks, I had gotten the same thing when I first installed it but after using only the auto feature it started behaving. If the gift certificates are in a category of their own don't forget to add the category name in the url....and set the auto gen in that category too.
Right now mine is behaving as I said, however occasionally the urls are folloed with the ? and cpath too. I get members that send me a link with a question about the product and the url is as I mentioned with the partial cpath.
Bookmarks