Page 327 of 506 FirstFirst ... 227277317325326327328329337377427 ... LastLast
Results 3,261 to 3,270 of 5054
  1. #3261
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    It says success.

    showing exactly as my .htaccess file

  2. #3262
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by srigari View Post
    I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem


    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

    Please let me know how to go about it.

    Thanks
    Put your .htaccess file like this and then go to your store admin/extras /simple seo clear your cache again to see what happens.

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^salevalley.com$ [NC]
    RewriteRule ^(.*)$ http://www.salevalley.com /$1 [R=301,L]

    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3263
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    no luck with that either.

  4. #3264
    Join Date
    Jul 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi

    I mentioned this maybe a month or so ago where when I clicked a product going through the manufacturer link it wouldn't bring up the item.

    You mentioned that I should upgrade to the latest version of SSU which I have but am still having the issue.

    Any ideas?

    Thanks,

    Michael

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by myfootsmells View Post
    Hi

    I mentioned this maybe a month or so ago where when I clicked a product going through the manufacturer link it wouldn't bring up the item.

    You mentioned that I should upgrade to the latest version of SSU which I have but am still having the issue.

    Any ideas?

    Thanks,

    Michael
    Where did you download the module? What version you see in admin/includes/module_installation/yellow1912_ssu/current_version.txt
    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. #3266
    Join Date
    Jul 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    15|Beta 3.6.7

    Quote Originally Posted by yellow1912 View Post
    Where did you download the module? What version you see in admin/includes/module_installation/yellow1912_ssu/current_version.txt

  7. #3267
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Just to make sure you know what the problem was I had simple cache with gzip cut on and I had zlib.output_compression_level = -6 on, on my server so that was what was messing things up for me. Yellow went to my site admin and cut off simple cache and things was back to normal. I hope this will help.
    I checked my GZip Compression level is set to off but I dont know what the zlib.output_compression_level = -6 means or where it is to change it or what to even change it to.

    ??
    User of zencart

  8. #3268
    Join Date
    Jun 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Go to the root of your store then go to admin/includes/module_installation and make a empty file name .keep and put it there. It's looking for it but for some reason it didn't create it.
    I did that what you said
    created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
    set status of ssu true..
    its create static url but urls not working, showing error.
    500 Internal Server Error error

    Please suggest

    Thanks

  9. #3269
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bobmatt4u View Post
    I did that what you said
    created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
    set status of ssu true..
    its create static url but urls not working, showing error.
    500 Internal Server Error error

    Please suggest

    Thanks
    Post your .htaccess file so I can take a look a it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #3270
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by srigari View Post
    no luck with that either.
    maybe your server doesnt have mod_rewrite enabled?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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