Activity Stream
48,167 MEMBERS
6746 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1.     
    #21
    Member
    Website's:
    LotOfTalks.com
    Quote Originally Posted by Jass? View Post
    Doesn't work this way either, got same error !

    ...i feel something need to change in .htaccess !
    hmm, that worked on mine when I tried..

    but it was showing the 'FORUM' buttons link as http://mastwarez.com/forums/.php

    that's not a problem, we can try to remove that

  2.     
    #22
    Member
    Hmm... not working for me ! anyone else can help me ?

  3.   Sponsored Links

  4.     
    #23
    Member
    Try adding this to your .htaccess file:

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /forum.php?/$1 [L]

  5.     
    #24
    Member
    Is this to remove forum.php from http://www.warez-home.net/forum.php

    ???

  6.     
    #25
    Member
    Yes.

  7.     
    #26
    Member
    Added but doesn't make any difference... still same problm.

  8.     
    #27
    Member
    Is Mod_rewrite enabled on your server ?

  9.     
    #28
    Member
    thank you mate,

    I got solution through google search !!

    Solution:-
    Go to Index.php

    Find:-
    Code: 
    require('content.php');
    
    
    /**
     * Use the forum as the default script:
     */
    
    // require('forum.php');
    Change to :-
    Code: 
    //require('content.php');
    
    require('forum.php');

    thats all need to do & all fixed!

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

BE SOCIAL