+ Reply to Thread
Results 1 to 7 of 7

Thread: My forum doesn't start up at www.xxx.net

  1. #1

    My forum doesn't start up at www.xxx.net

    People can't access my forum unless they type the full url: www.xxx.net/fourm/index.php. Just typing the domain name produces server generated screen. Please help.

  2. #2
    How does the forum start-up when someone enters a domain name? Is there something in the HTaccess file in the publicHTML folder that makes it happen? If so, well I overwrote that file. The HTaccess file is blank.

  3. #3
    It all comes down to writing the HTaccess file, and I don't know how to do that. I've googled and read and read, but it's the middle of the night here and... I don't know. Nothings working. I try entering code that I find in my searches and it just doesn't work.

    What time does Jelsoft wake up?

  4. #4
    vBulletin Team Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant's Avatar
    Join Date
    Jul 2002
    Location
    Edinburgh, Scotland
    Age
    38
    Posts
    8,130
    You should speak to your host regarding this.
    1 - If you're going to upgrade your live site - BACKUP YOUR DATABASE FIRST!!
    2 - If you need to restore an old database - create a new one and restore to there

    TEST IT FIRST! See this article on how to setup a test site

    ** PMs asking me for support will be deleted unless I've asked you to PM me with additional details **

    Been to Scotland - come tell us about it...

  5. #5
    Senior Member beishe8 is a jewel in the rough beishe8 is a jewel in the rough beishe8 is a jewel in the rough
    Join Date
    Oct 2005
    Location
    The most livable City on Earth
    Posts
    3,165
    Quote Originally Posted by PhillyTom View Post
    How does the forum start-up when someone enters a domain name? Is there something in the HTaccess file in the publicHTML folder that makes it happen? If so, well I overwrote that file. The HTaccess file is blank.
    In Cpanel you can redirect it without knowing how to make a htaccess file.

    mydomain.com > mydomain.com/forum
    Cheers,beishe8
    vB5 Gold Beta coming soon.

  6. #6
    Beishe8, I should have thought of that! I will think of it if this ever happens again. Thanks so much for posting it.

    I ended up doing that, Trevor. Thanks. My host wrote an HTaccess redirect for me and everything's working now. I'm going to post it here in case it's missing anything that a genuine vBulletin redirect should have:

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^domain.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.domain.com$
    RewriteRule ^/?$ "http\:\/\/domain\.com\/forums\/" [R=301,L]

  7. #7
    Senior Member snakes1100 is on a distinguished road
    Join Date
    Aug 2001
    Location
    MI
    Posts
    255
    It would be better to fix the issue, rather than mask it with a htaccess redirect, you've now put more work on apache with a rewrite that isnt needed.

    Why dont you post a valid url to your site with the page issue, post the full error msg, that way we can resolve the issue.
    Gentoo Geek

+ Reply to Thread

Bookmarks

Posting Permissions

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