Results 1 to 3 of 3

domain.xy/forum.php ---> domain.xy/

This is a discussion on domain.xy/forum.php ---> domain.xy/ within the Deutsch forums, part of the General Discussion category; Hallo Wie bekomme ich denn bei vBSEO 3.5 und der vB4-Suite wieder meine Forum-Startseite auf http://domain.xy/ Trotz aus der alten ...

  1. #1
    Member
    Real Name
    Alex
    Join Date
    May 2009
    Location
    Germany
    Posts
    35
    Liked
    0 times

    Question domain.xy/forum.php ---> domain.xy/

    Hallo

    Wie bekomme ich denn bei vBSEO 3.5 und der vB4-Suite wieder meine Forum-Startseite auf http://domain.xy/

    Trotz aus der alten Installation (vB3.8.0 + vBSEO 3.3.0) ins Testforum importierter Einstellungen leitet http://domain.xy/ nun entweder irgendwo ins CMS (falls aktiviert) oder auf http://domain.xy/forum.php (falls CMS deaktiviert).

  2. #2
    Senior Member
    Real Name
    Christos Vassiliou
    Join Date
    Jul 2006
    Posts
    245
    Liked
    0 times
    Öffne bitte die index.php

    dann siehst du das hier:

    PHP Code:
    // Note: Only uncomment one of these!

    // Use the CMS as the default script
    require('content.php');

    // Use the forum as the default script
    //require('forum.php'); 
    ändere es wie folgt:

    PHP Code:
    // Note: Only uncomment one of these!

    // Use the CMS as the default script
    //require('content.php');

    // Use the forum as the default script
    require('forum.php'); 
    Dan ist dein Forum als Startseite.

    Gruß
    Delazar

  3. #3
    Member
    Real Name
    Alex
    Join Date
    May 2009
    Location
    Germany
    Posts
    35
    Liked
    0 times
    Das klappt, ja.

    Vielen Dank für die schnelle und hilfreiche Antwort.





    Grüße,
    Alex

Similar Threads

  1. Replies: 3
    Last Post: 12-28-2009, 07:55 AM
  2. domain.com/forum to subdomain.domain.com
    By MentaL in forum Custom Rewrite Rules
    Replies: 9
    Last Post: 08-08-2009, 04:31 PM
  3. I need htaccess domain.com ---> domain.com/forum/
    By FIM in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 11-16-2008, 09:10 AM

Posting Permissions

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