Page 89 of 506 FirstFirst ... 3979878889909199139189 ... LastLast
Results 881 to 890 of 5054
  1. #881
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by micmed View Post
    Here it is:

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

    # 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

    In your case it should be RewriteBase /
    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. #882
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Stupid novice mistake!

    Thanks Loads!
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by micmed View Post
    Stupid novice mistake!

    Thanks Loads!
    You are welcome

    BTW, anyone testing the link-alias version? If you do, can you leave feedback here?
    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. #884
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    You are welcome

    BTW, anyone testing the link-alias version? If you do, can you leave feedback here?
    Give me some time and I will.
    Am setting up a test bed inside the live site, I need an SSL cert. installed to test all options.

  5. #885
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Another novice question.

    How do I integrate my 301 redirect with the SSU code?

    RewriteCond %{HTTP_HOST} !^thecablestation.com$ [NC]
    RewriteRule ^(.*)$ http://thecablestation.com/$1 [L,R=301]

    Thanks
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  6. #886
    Join Date
    Mar 2008
    Posts
    148
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by micmed View Post
    Another novice question.

    How do I integrate my 301 redirect with the SSU code?

    RewriteCond %{HTTP_HOST} !^thecablestation.com$ [NC]
    RewriteRule ^(.*)$ http://thecablestation.com/$1 [L,R=301]

    Thanks
    Quote Originally Posted by Qwert302 View Post
    Ok everybody, on the subject of SEO, I suggest adding 301 redirects to avoid canonical problems (www. vs. non-www)

    Add this to the bottom of the .htaccess that yellow gives you

    Code:
    #RewriteCond %{THE_REQUEST} ^.*/index.php#
    #RewriteRule ^(.*)index.php$ http://www.yoursite.com$1 [R=301,L]#
    
    RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
    RewriteRule ^(.*)$ http://www.yoursite.com$1 [R=301,L]
    And add this to the admin .htaccess

    Code:
    RewriteEngine off
    Yellow I would suggest incorporating this into the code of your mod since it really is important to SEO.

    This way any links that go to yoursite.com or yoursite.com/index.php will be redirected to www.yoursite.com, and you will gain more pagerank as a result.

    Now you can set it up for www.yoursite.com to go to yoursite.com, and there are mixed views on which is better, all I know is that with ZC www. seems to work better.

    Contact me with any questions.
    Follow this example.

  7. #887
    Join Date
    Mar 2008
    Posts
    148
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have always ranked in the top 5 for my keywords on MSN and Live, but I just checked today and I'm not ranking for any of them. Now this might be a coincidence, or it might be that they are checking all my old links and get 301s and so they dropped me. I'm assuming it will come back. I have updated my sitemaps and everything and I can see that everything is fine with google through webmastertools.

    However, my rankings on Google went down immediately after I installed, but seem to have recovered already and are on an upward trend (that hopefully will continue). I'm hoping MSN is just slower in recognizing the change than google is.

    Interestingly enough my conversions have been better since I installed SSU. Does the URL really have that much a a psychological effect?

    Anyway, just wondering if anyone else has been booted off MSN rankings after installing this? I never got much traffic through MSN/Live anyway despite my much higher rankings there than at google.

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

    Default Re: Simple SEO URL [support thread]

    Interesting, keep us updated. Regarding MSN, I once had an online store and was at top of several keywords on MSN, never got a sale from there though. It's google that sent all my customers to me.
    So I wouldnt really care about MSN *_*, but that's just me.

    Quote Originally Posted by Qwert302 View Post
    I have always ranked in the top 5 for my keywords on MSN and Live, but I just checked today and I'm not ranking for any of them. Now this might be a coincidence, or it might be that they are checking all my old links and get 301s and so they dropped me. I'm assuming it will come back. I have updated my sitemaps and everything and I can see that everything is fine with google through webmastertools.

    However, my rankings on Google went down immediately after I installed, but seem to have recovered already and are on an upward trend (that hopefully will continue). I'm hoping MSN is just slower in recognizing the change than google is.

    Interestingly enough my conversions have been better since I installed SSU. Does the URL really have that much a a psychological effect?

    Anyway, just wondering if anyone else has been booted off MSN rankings after installing this? I never got much traffic through MSN/Live anyway despite my much higher rankings there than at google.
    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

  9. #889
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks Qwert, so you think that www makes a difference?
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  10. #890
    Join Date
    Aug 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    i've reinstalled seo url, more than 5 times, even on a clean zencart configuration.
    i have always the same trouble. I should have missed something (for sure), but what ....


    Quote Originally Posted by yellow1912 View Post
    No, I suspect you havent uploaded all the files when you re-install the package.

    Also, in your cases, use / in htaccess.

    Regards
    Quote Originally Posted by Zeiser50 View Post
    Ok i've restart the installation and found my previous problem (php 4 only!). Now it is ok (php5)
    Still some trouble.
    a) The "reset all cache" and "reset only category cache" option seems to work (no error messages)

    b) The "reset only product cache" and "reset only manufacturer" answer is "cache/ssu" not writable and can not be opened. i've checked both and the both folder has 777.

    c) The "reset only page cache " gives me an error :
    Fatal error: Call to undefined method ssu_manager::reset_pages_cache_folder() in www/xxxxx/ssu.php on line 38

    For b), i suspect a bad .htaccess . i have some difficulties to understand where i should put this file (root of my web site, or just on the upper directory). i've tried both and same pb.
    Also, as my ZC is directly accessible (i.e not additional folder), i've tried with only / in the path. But so far,

    Any idea for b) and c) ??

    Michel

 

 

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