Results 1 to 3 of 3

Pre-Install question

This is a discussion on Pre-Install question within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, I am about to install vbSEO RC3 ionCube After looking through the .htaccess, I see: Code: RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 ...

  1. #1
    Senior Member libertylounge's Avatar
    Real Name
    Ken
    Join Date
    Aug 2006
    Posts
    439
    Liked
    0 times

    Pre-Install question

    Hello, I am about to install vbSEO RC3 ionCube

    After looking through the .htaccess, I see:

    Code:
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    However, I'm currently using vbseo_sitemap, and I have had to make the following edit because my forums are located at http://domain.ext/forums

    Code:
    RewriteEngine On
    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    My question is this:

    Do I need to change the .htaccess provided to include /forums/ in it as well?

    ie, rather than:

    Code:
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    I would instead use:

    Code:
    RewriteRule ^(.*\.php)$ /forums/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    If so, what all do I need to edit to ensure this installation goes as smoothly as possible?

    Thank you.

  2. #2
    Senior Member libertylounge's Avatar
    Real Name
    Ken
    Join Date
    Aug 2006
    Posts
    439
    Liked
    0 times
    Well, I went ahead and installed and chanced it. Since it goes in the /forum_root/ dir I suppose it wasn't needed.

    I did have the issue with the ionCube*.so's that were included, the installation and troubleshoot.txt should be updated to include information about that.

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

    "/forums/" part is not required in .htaccess, it should work in either way.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Pre Questions About Efficiency
    By FalkinPro1 in forum Pre-Sales Questions
    Replies: 13
    Last Post: 07-22-2006, 08:27 PM
  2. Install Question
    By psinewe in forum General Discussion
    Replies: 1
    Last Post: 07-20-2006, 07:20 PM
  3. You Install? We Install? Where's Install Info?
    By WiseOne in forum Pre-Sales Questions
    Replies: 24
    Last Post: 06-11-2006, 06:35 PM
  4. Install question
    By smack in forum Pre-Sales Questions
    Replies: 6
    Last Post: 10-07-2005, 06:21 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
  •