Here is my site: http://www.ultragamer.com. It is not showing the correct pages at all. I have tried to make it use query string.
I have made my mod_rewrite this:
RewriteEngine On
RewriteCond $1 !^(css|images|js|media|system|themes|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ index.php?/$1 [L]I have changed the path_info variable in index.php to this:
$path_info = (isset($_SERVER['ORIG_PATH_INFO'])) ? $_SERVER['ORIG_PATH_INFO'] : @getenv('ORIG_PATH_INFO');It still will not work! Am I doomed? I will not install PHP4 on this server, nor am I going to pay for an upgrade to a product that said it required PHP4 or newer just so it works.
Can someone please help me? I have sank so much time and money into this site that letting it die because ExpressionEngine couldn’t adapt would make me sick.
Thanks,
Darren