Page 2 of 2 FirstFirst 1 2
Results 16 to 22 of 22

Please help IIS install

This is a discussion on Please help IIS install within the Troubleshooting forums, part of the vBSEO SEO Plugin category; my prob with the apache version is the htacess. how do i activate htaccess?...

  1. #16
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times
    my prob with the apache version is the htacess. how do i activate htaccess?

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

    please make sure that you have mod_rewrite enabled:
    Code:
    LoadModule rewrite_module modules/mod_rewrite.so
    and that rewrite directives are allowed in .htaccess, the following should be added to the <VirtualHost> section of httpd.conf:
    Code:
    Options +FollowSymLinks

  3. #18
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk
    Hello,

    please make sure that you have mod_rewrite enabled:
    Code:
    LoadModule rewrite_module modules/mod_rewrite.so
    and that rewrite directives are allowed in .htaccess, the following should be added to the <VirtualHost> section of httpd.conf:
    Code:
    Options +FollowSymLinks
    What file do i find the line?:

    LoadModule rewrite_module modules/mod_rewrite.so

  4. #19
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    It should be in httpd.conf file too.

  5. #20
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times
    arrggg no luck

  6. #21
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times
    there sooo many entries of <VirtualHost>

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

    PM sent

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. What are the install steps?
    By mikesilvia in forum Pre-Sales Questions
    Replies: 2
    Last Post: 04-27-2006, 12:30 PM
  2. Install question
    By smack in forum Pre-Sales Questions
    Replies: 6
    Last Post: 10-07-2005, 05: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
  •