|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > FAQ's: Installation of FlexCMS > After installing FlexCMS, pages point back to index page
FlexCMS Support Forum
After installing FlexCMS, pages point back to index page Started February 25, 2005 @ 3:49pm by otter
|
(This thread is currently Locked) |
otter Administrator
Posts: 177 |
|
|
After installing FlexCMS, pages point back to index page | February 25, 2005 @ 3:49pm | PLEASE NOTE: THIS APPLIES TO ONLY FLEXCMS 1.2 VERSION.
This happens when PHP is running in CGI mode instead of as an Apache module.
To fix this problem, find the following line in the index.php file:
$QS = $HTTP_SERVER_VARS["HTTP_HOST"].$HTTP_SERVER_VARS["PHP_SELF"];
and replace it with:
$QS = $HTTP_SERVER_VARS["HTTP_HOST"].$HTTP_SERVER_VARS['REQUEST_URI'];
ONLINE TRAINING CLASSES FOR FLEXCMS IN MAY: FlexCMS Basics (101), Sat., May, 15, 2010 & FlexCMS Blocks (Mon., May 10, 2010). |
|
|
|
Last Edit: April 7, 2005 @ 3:38pm by otter | |
|
|
|
| |
|
|
Resolved! | February 25, 2005 @ 4:21pm | Your suggestion to modify the index.php file worked! Thanks. |
|
|
|
|
|
|
|
| (This thread is currently Locked) |
|
|
| MEMBERS
|
|
|