Page not found = your htaccess is not working:
1. maybe you havent uploaded it or change the setting inside?
2. or maybe your server doesnt have mod_rewrite enabled?
Printable View
Page not found = your htaccess is not working:
1. maybe you havent uploaded it or change the setting inside?
2. or maybe your server doesnt have mod_rewrite enabled?
I Just clicked on that link in my post and it took me to Your Shopping Cart Contents, the same as is it did when I clicked on it in Google's error pages. The site map was created from a Google xml site map generator. I also have another site that was create from the same site map generator that doesn't have any errors, it also don't have the simple seo url. I think I fixed the problem with the shopping cart the first url in the sitemap was shopping cart html. I edited and remove it. This is the site map link. www.currysgiftshop.com/sitemap.xml it may be ok since i remove the shopping cart url. Now where did the 44 not found 404 urls come form. Here a few listed.
http:// www.currysgiftshop.com/a%20href.html
http:// www.currysgiftshop.com/a%20href=
Well, you give too little info for me to investigate
Assuming you are using SSU 3.6.6. I need to know the module you are using to create the xml sitemap, the version you use.
You will also have to provide me a link to the sitemap which has the problem so I can have a look at the links generated.
I have mod rewrite enabled, i'll check the .htaccess file, what settings need to be changed? i apologize for the basic questions, but i've had some difficulty finding or navigating any documentation that might have been included and so turned to actual users for help on what looks like (if i get it to work) a perfect solution to my problem
damn would have been nice if the problem was so easy - well, that being said,is what i get, i can't seem to find anything staring at me that is blatantly culpable, my own inexperience nonwithstandingQuote:
Warning Checking includes/configure.php
Warning Suggested .htaccess content
Success #### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /shop/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
Warning Checking cache write permission
Hi,
figured it out at. I did some changes to a config file from the Wordpress on Zencart and it worked. The URL is not perfect but at least, I can use your program and not have any issues with the Wordpress part of it.
Thanks again for all your help the last couple of days!!
this is the part that should be in your htaccess:
This file .htaccess should be located under your shop folder.Code:#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /shop/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
Then, if mod_rewrite is working correctly, you should not get 404 error. You may get other error, but you can not get this specific error.