okay I will look into the variable changes, but any help on the .htaccess thing? The specific .htaccess that isnt working is the following:
RewriteEngine On
RewriteCond %{REQUEST_URI} !(index\.php|media|forums|layout|gamingextreme|inc ludes|news|archive|dave)
RewriteRule ^(.*)\.html$ index.php?id=site/$1
Basically just makes
http://www.ffextreme.com/index.php?id=ff6
look like
http://www.ffextreme.com/ff6.html
When I include the global.php, it redirects all of the pages to the main page for some reason.