Results 1 to 4 of 4

httpd pasting..

This is a discussion on httpd pasting.. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; where do i paste the code for rewrite here please, this may seem stupid but i really not chance something ...

  1. #1
    Senior Member MentaL's Avatar
    Real Name
    MentaL
    Join Date
    Oct 2005
    Location
    Wales
    Posts
    427
    Liked
    8 times

    httpd pasting..

    where do i paste the code for rewrite here please, this may seem stupid but i really not chance something i dont know..


    <VirtualHost x>
    ServerAlias www.forum.ragezone.com
    ServerAdmin webmaster@forum.ragezone.com
    DocumentRoot /home/ragezone/public_html/forum
    BytesLog domlogs/forum.ragezone.com-bytes_log
    ServerName forum.ragezone.com
    User ragezone
    Group ragezone
    CustomLog /usr/local/apache/domlogs/forum.ragezone.com combined
    ScriptAlias /cgi-bin/ /home/ragezone/public_html/forum/cgi-bin/
    </VirtualHost>

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

    please try to adde the following right before the "</VirtualHost>" line:
    <Directory /home/ragezone/public_html/forum>
    RewriteEngine on
    ... etc, rewrite rules goes here
    </Directory>

  3. #3
    Senior Member MentaL's Avatar
    Real Name
    MentaL
    Join Date
    Oct 2005
    Location
    Wales
    Posts
    427
    Liked
    8 times
    Fantastic, worked!

    Also remember my old issues with server, i bought a dual opteron =) no probs so far.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Excellent, Dan!

Similar Threads

  1. VBSEO crashing new server
    By MentaL in forum Troubleshooting
    Replies: 20
    Last Post: 12-11-2005, 06:55 PM
  2. Server Optimization Request
    By MentaL in forum Troubleshooting
    Replies: 2
    Last Post: 10-31-2005, 05: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
  •