Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16

htaccess problem with vBSEO install

This is a discussion on htaccess problem with vBSEO install within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I was proceeding to upload all the vBSEO files and when uploading the .htaccess folder and going back to the ...

  1. #1
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times

    htaccess problem with vBSEO install

    I was proceeding to upload all the vBSEO files and when uploading the .htaccess folder and going back to the forum I got this error:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@hometheatershack.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.34 Server at Home Theater Shack Port 80
    I obviously had to delete it so that my forums would be back online.

  2. #2
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    This right here ain't happening either...

    Find this code:
    $vbphrase[powered_by_vbulletin]

    add JUST AFTER it:
    <br /><!--VBSEO_COPYRIGHT-->
    $vbphrase[powered_by_vbulletin] is nowhere found in my footer and even trying to add your code, it will not let me save it. It thinks I'm trying to take the vBulletin copyright out for some reason.

    Here's what I do have and I've tried adding your code in serveral places:

    <div align="center">
    <div class="smallfont" align="center">
    <!-- Do not remove this copyright notice -->
    Powered by vBulletin 3.5<br />Copyright &copy;2000 - 2006, Jelsoft Enterprises Ltd. <br /> Copyright &copy;2006, HOME THEATER SHACK <br /> John Mulcahy and Sonnie Parker - ALL RIGHTS RESERVED! <br /> <br />This site is best viewed with a resolution of 1280 X 1024 <br /> <br />
    <!-- Do not remove this copyright notice -->
    </div>

    <div class="smallfont" align="center">
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    $cronimage
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

    $vboptions[copyrighttext]
    </div>
    </div>

    </form>

    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php" method="post" name="dstform">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
    var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    var utcOffset = new Date().getTimezoneOffset() / 60;
    if (Math.abs(tzOffset + utcOffset) == 1)
    { // Dst offset is 1 so its changed
    document.forms.dstform.submit();
    }
    //-->
    </script>
    <!-- / auto DST correction code -->

    </if>
    <script type="text/javascript">
    <!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
    //-->
    </script>

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Sonnie,

    I was proceeding to upload all the vBSEO files and when uploading the .htaccess folder and going back to the forum I got this error:
    Could you please make sure that mod_rewrite is supported at your host? Please open a support ticket with a link to your phpinfo().
    Here's what I do have and I've tried adding your code in serveral places:
    You can put this marker at any place you think is suitable for you. For instance, right after "John Mulcahy and Sonnie Parker - ALL RIGHTS RESERVED! <br />" in your template.

  4. #4
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    My host is Real Web Host and I've sent them an email about mod_rewrite.

    Link to phpinfo()???? I have no idea what you are referring to.

    I got the copyright info to take... I had to input it through the regular footer template editor instead of the "All Style Options" footer editor. This may be something you want to correct in your instructions.

  5. #5
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    If you have the branding free version of vBulletin, you can't use the All Style Options to edit your footer. Otherwise, you should be able to edit the footer there without any issues.

  6. #6
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Got this response from RWH:

    Hello ,

    Your server supports mod_rewrite in .htaccess file.

    Feel free to contact us if you need any further assistance.

    Regards,
    George

  7. #7
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    When they say find: $vbphrase[powered_by_vbulletin]
    they don't mean to look in the phrase manager.

    You need to open you template manager and add that into the template in the template called "footer"

    Should see something like this:

    $cronimage
    $vbphrase[powered_by_vbulletin]

    add in the vbseo commeent in there.

  8. #8
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Please see my previous post:
    Quote Originally Posted by Sonnie
    I got the copyright info to take... I had to input it through the regular footer template editor instead of the "All Style Options" footer editor. This may be something you want to correct in your instructions.
    I never tried to do this in phrase manager... and "$vbphrase[powered_by_vbulletin]" is nowhere to be found in any of my templates in vBulletin 3.5.4... I posted my footer copyright info above.

    Looks like vB changed it to "$vboptions[copyrighttext]".

  9. #9
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    throw it in here:

    Code:
    <div class="smallfont" align="center">
    	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    	$cronimage
    	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
     
    	$vboptions[copyrighttext]
    RIGHT HERE
    	</div>
    </div>

  10. #10
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    That's where it's at.

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    re: .htaccess and mod_rewrite
    Thank you for details, replied to the support ticket.

  12. #12
    Junior Member
    Real Name
    Prakash
    Join Date
    May 2006
    Posts
    28
    Liked
    0 times
    Quote Originally Posted by Sonnie
    Got this response from RWH:
    Hi I have the same problem with .htaccess . When i enable the ReWriteBase the browser shows a 404 error.
    My forum is installed as a subdomain. Eg http://forum.mysite.com . I have placed the .htaccess file in the root that is in http://forum.mysite.com .

    How should I edit RewriteBase / so that the form will work fine

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Prakash,

    "RewriteBase /" directive is correct for the top directory (any domain or subdomain).
    In case if it still doesn't work:
    1. make sure that mod_rewrite is enabled in apache at your host
    2. check your httpd.conf (apache config file) and make sure that you have the following in your <Virtualhost> section:
    Code:
    Options +FollowSymLinks

  14. #14
    Junior Member
    Real Name
    Prakash
    Join Date
    May 2006
    Posts
    28
    Liked
    0 times
    Hi
    Thanks for your reply.
    One more thing .
    The forum shows a 500 Internal Server Error error, if I Comment the RewriteBase /line and it shows a 404 error if I set RewriteBase / in the .htaccess file.

    please help

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Replied to your support ticket regarding this (files should be uploaded in vBulletin root folder, not in the "/upload/" subfolder).

Page 1 of 2 1 2 LastLast

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. htaccess file problem / vbseo problem
    By Bestgfe in forum Troubleshooting
    Replies: 6
    Last Post: 04-05-2006, 09:21 AM
  3. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 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
  •