ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Discussion Forum just showing blank page?

September 01, 2011 3:44pm

Subscribe [2]
  • #1 / Sep 01, 2011 3:44pm

    bgarrant

    356 posts

    I have just purchased EE 2.2.2 and Discussion Forum 3.1.5.  All has been installed correctly and I have created a Board, Forum and a few categories in the Control Panel.  However, when I go to http://domain.com/indexNEW.php/forums/ all I am seeing is the default template from http://domain.com/indexNEW.php.  I have checked and see no htaccess file on the site.  I can;t figure out why the forum URL is not working?  Please help as I am trying to launch this today for a client.  I would be happy to show someone what is happening as well through a GoToMeeting session if that helps.

    Thanks, Bryan

  • #2 / Sep 01, 2011 4:30pm

    bgarrant

    356 posts

    I just found the issue I think but am wondering if you have any suggestions.  I found out the client was hosting at GoDaddy and the path_info issue was the cause.  So I followed the steps at http://ellislab.com/forums/viewthread/130554/.  All works other than the VIEW option in the Template view of control panel.  When I try to view a template I get a URL like http://domain.com/indexNEW.php?URL=http://domain.com/indexNEW.php?/pages and it gives me the “The URI you submitted has disallowed characters.”.  Is there a fix for this? 

    Also, is there any other way to make the URLs look a bit better than http://domain.com/indexNEW.php?/forums/.  The “?” look pretty ugly in there.

  • #3 / Sep 01, 2011 4:38pm

    bgarrant

    356 posts

    I used this htaccess file and it seems to do the trick:

    # BEGIN ExpressionEngine Rewrite
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
    RewriteRule ^(.*)$ /indexNEW.php?$1 [L]
    </IfModule>
    # END ExpressionEngine Rewrite
  • #4 / Sep 02, 2011 1:11am

    John Henry Donovan

    12339 posts

    Good stuff 😊 Is there anything else we can help you with or is it ok for us to close the thread?

  • #5 / Sep 02, 2011 1:13am

    bgarrant

    356 posts

    You can close it John.  Thanks.

  • #6 / Sep 02, 2011 1:16am

    John Henry Donovan

    12339 posts

    No problems. Feel free as always to start a new thread if you have any more questions

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases