I told you I'm not smart enough. It was register_globals. Just had to turn it on.
I am having trouble with MySpaceIconCode.com . I was using too much bandwidth and need to upgrade it to a virtual dedicated server. Now when I click on any internal link, It just reloads the home page. The URL appears right in the address bar, but, it always loads the home page. I am using mod_rewrite to create better file names. The exact code I'm using is:
I am hosting on a GoDaddy Virtual Dedicated Server account using cPanel. Does anybody have any idea what settings I have to change, or what the problem with my code is? I use the same code on several sites. It works everywhere but here.Code:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.myspaceiconcode\.com [NC] RewriteRule ^(.*) http://www.myspaceiconcode.com/$1 [L,R=301] </IfModule> rewriteEngine on rewriteRule ^myspace_icons/([^/]+)_icons.html$ index.php?cat=$1 rewriteRule ^myspace_icons/([^/]+)/([^/]+)_icons.html index.php?cat=$1&sub_cat=$2
Thanks in advance.
Last edited by darthmalis; 18 Aug 2006 at 11:24 PM.
<!-- Shameless Plug Here -->
I told you I'm not smart enough. It was register_globals. Just had to turn it on.
<!-- Shameless Plug Here -->