Results 1 to 12 of 12

Crazy .htaccess file??!

This is a discussion on Crazy .htaccess file??! within the Troubleshooting forums, part of the vBSEO SEO Plugin category; When I try to make changes in the vBSEO control panel, it takes down my whole website. Does this have ...

  1. #1
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times

    Crazy .htaccess file??!

    When I try to make changes in the vBSEO control panel, it takes down my whole website.

    Does this have something to do with my .htaccess? It was giving me trouble before, and I'm not sure how I ended up with it, but here is my .htaccess:


    Code:
     
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.saskforum\.ca
    #RewriteRule (.*) http://www.saskforum.ca/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Your .htaccess file looks ok.

    What change do you make in vBSEO Cp and what happens after the changes.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times
    ANY change to the config of the vbseo control panel options (I wanted to replace post link with permalink) takes the whole site down. I can fix it by "reverting" to a "full backup xml" file for vbseo, which I've wisely learned to make before every single change in there. It goes down after a few-seconds-long delay. It doesn't come back.

    I can't make full use of my vbSEO while this is ongoing...

    I don't know what could be causing this!

    Edit: the options don't save, also, in vbseo control panel however it still takes the site down. For instance changing the option won't save it from the dropdown even though it says it sucessfully saved...

    Also, I noticed I can get to www.saskforum.ca/index.php when it's "down". However I can't get to www.saskforum.ca. or saskforum.ca.

  4. #4
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times
    This is the current, working configuration of my vbseo.
    Attached Files

  5. #5
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times
    bump..

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Can you please supply a phpinfo page link
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  7. #7
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Can you please supply a phpinfo page link
    Sure thing.

    phpinfo()

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Please change the following changes to suhosing settings and restart apache.

    suhosin.memory_limit 32mb
    suhosin.request.max_vars 2048
    suhosin.post.max_vars 2048
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  9. #9
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Please change the following changes to suhosing settings and restart apache.

    suhosin.memory_limit 32mb
    suhosin.request.max_vars 2048
    suhosin.post.max_vars 2048
    Sorry, can you be more specific? What settings am I changing to other settings?

  10. #10
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Suhosin has special configuration options , you need to change the ones i posted to the defined values.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  11. #11
    Member
    Real Name
    n/a
    Join Date
    Apr 2009
    Posts
    32
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Please change the following changes to suhosing settings and restart apache.

    suhosin.memory_limit 32mb
    suhosin.request.max_vars 2048
    suhosin.post.max_vars 2048

    Is there an alternative solution? Host does not want to/cannot change those options.

  12. #12
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Unfortunately no , you may want to change host as these are suggested settings for Suhosin configuration.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. .htaccess file already there
    By Tkmstr1009 in forum URL Rewrite Settings
    Replies: 5
    Last Post: 12-22-2008, 11:19 PM
  2. htaccess file view
    By tmorr37 in forum Troubleshooting
    Replies: 2
    Last Post: 06-01-2007, 05:20 PM
  3. 3.0 RC 5 htaccess file
    By Richard in forum General Discussion
    Replies: 5
    Last Post: 10-09-2006, 07:01 PM
  4. how to upload .htaccess file
    By ang2el in forum Troubleshooting
    Replies: 7
    Last Post: 11-11-2005, 02:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •