Page 274 of 506 FirstFirst ... 174224264272273274275276284324374 ... LastLast
Results 2,731 to 2,740 of 5054
  1. #2731
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    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 no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2732
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Well, first of all the link you posted is not complete so I cant follow, but I guess it's one of the buy now link, which leads to the second:

    I dont know you you created your sitemap but if you used one of the modules available for zen (and you should use them), there there is no way you can have a link with the buy_now in there. That link should never be included in the sitemap in the first place.
    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=

  3. #2733
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    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.
    Last edited by yellow1912; 23 Mar 2009 at 08:59 PM.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #2734
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    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 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

  5. #2735
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by kwirl View Post
    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
    All new versions of ssu come with a file called ssu_check.php which if uploaded correctly can be accessed at yoursite.com/ssu_check.php. This file will give you the correct content of the htaccess file.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #2736
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    All new versions of ssu come with a file called ssu_check.php which if uploaded correctly can be accessed at yoursite.com/ssu_check.php. This file will give you the correct content of the htaccess file.
    you know, i realized that mysite.com/ssu_check.php does not work, however, mysite.com/shop/ssu_check.php DOES work, so is this an installation problem on my end, or a configuration problem?

  7. #2737
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by kwirl View Post
    you know, i realized that mysite.com/ssu_check.php does not work, however, mysite.com/shop/ssu_check.php DOES work, so is this an installation problem on my end, or a configuration problem?
    No it is correct. I should have mentioned that the link should include the sub folder your store is located if any

    My bad
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #2738
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    damn would have been nice if the problem was so easy - well, that being said,
    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
    is what i get, i can't seem to find anything staring at me that is blatantly culpable, my own inexperience nonwithstanding

  9. #2739
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If these links are limited to the sidebox links only, I suggest you look there and check how those links are beinge generated.
    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!!

  10. #2740
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    this is the part that should be in your htaccess:

    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
    This file .htaccess should be located under your shop folder.

    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.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR