Results 1 to 2 of 2

Thread: I don't think I'm smaert enough for a dedicated server

  1. #1
    Join Date
    May 2005
    Location
    utah
    Posts
    43

    I don't think I'm smart enough for a dedicated server

    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:
    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
    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.

    Thanks in advance.
    Last edited by darthmalis; 18 Aug 2006 at 10:24 PM.
    <!-- Shameless Plug Here -->

  2. #2
    Join Date
    May 2005
    Location
    utah
    Posts
    43
    I told you I'm not smart enough. It was register_globals. Just had to turn it on.
    <!-- Shameless Plug Here -->

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •