cp09b post upgrade issue(s)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • piku
    Senior Member
    • Mar 2004
    • 153

    #1

    cp09b post upgrade issue(s)

    i was using .htaccess to do subdomains instead of cpanel's (since i have an ip, and i needed to point to another directory other than cpanel's default /home/user/public_html/dir). however, it seems that its broken... i have the following in .htacces (/home/user/public_html/):

    Code:
    RewriteEngine On
    Options +FollowSymlinks
    RewriteCond %{HTTP_HOST} member01.domain.com
    RewriteCond %{REQUEST_URI} !_users/
    RewriteRule ^(.*)$ _users/member01/$1 [L]
    i'm not sure if this involves mod_rewrite or not (but i think it does), but any help would be deeply appreciated... TIA
    Last edited by piku; 09-04-2004, 02:35 AM.
    my signature was deleted. i miss my signature-filled-with-helpful-dathorn-links *sniff*sniff*
  • zenfort
    Member
    • Mar 2004
    • 42

    #2
    I don't know. I have an odd problem also that i think has to do with .htaccess. One of my modules in postnuke *PostCalendar* now points to a parked domain instead of the main host domain like every other link/ module I see.

    But see if adding this does you any good:
    Code:
    RewriteEngine On
    Options +FollowSymlinks
    RewriteCond %{HTTP_HOST} !^$
    RewriteCond %{HTTP_HOST} member01.domain.com
    RewriteCond %{REQUEST_URI} !_users/
    RewriteRule ^(.*)$ _users/member01/$1 [L]
    namaste

    Comment

    • piku
      Senior Member
      • Mar 2004
      • 153

      #3
      problem resolved. i guess the "*" wildcard setting didn't carry over from the previous setup.

      Originally posted by piku
      i was using .htaccess to do subdomains instead of cpanel's (since i have an ip, and i needed to point to another directory other than cpanel's default /home/user/public_html/dir). however, it seems that its broken... i have the following in .htacces (/home/user/public_html/):

      Code:
      RewriteEngine On
      Options +FollowSymlinks
      RewriteCond %{HTTP_HOST} member01.domain.com
      RewriteCond %{REQUEST_URI} !_users/
      RewriteRule ^(.*)$ _users/member01/$1 [L]
      i'm not sure if this involves mod_rewrite or not (but i think it does), but any help would be deeply appreciated... TIA
      my signature was deleted. i miss my signature-filled-with-helpful-dathorn-links *sniff*sniff*

      Comment

      • piku
        Senior Member
        • Mar 2004
        • 153

        #4
        i think i might be having the same problem as you now. my cpanel subdomains point to the main domain after putting the "*" wildcard. the upgrade didn't carry over the Zones i guess =| ...but should be fixable (if only i can remember what it is i did to 'em)



        Originally posted by zenfort
        I don't know. I have an odd problem also that i think has to do with .htaccess. One of my modules in postnuke *PostCalendar* now points to a parked domain instead of the main host domain like every other link/ module I see.

        But see if adding this does you any good:
        Code:
        RewriteEngine On
        Options +FollowSymlinks
        RewriteCond %{HTTP_HOST} !^$
        RewriteCond %{HTTP_HOST} member01.domain.com
        RewriteCond %{REQUEST_URI} !_users/
        RewriteRule ^(.*)$ _users/member01/$1 [L]
        namaste
        my signature was deleted. i miss my signature-filled-with-helpful-dathorn-links *sniff*sniff*

        Comment

        • zenfort
          Member
          • Mar 2004
          • 42

          #5
          default email and spam assasin

          Yeah there is something up with htaccess - I haven't looked into in yet though.

          Hey check your default email settings. My parked and subdomain defaults have changed. In the past 18 hours I have 170 spam emails in my default box.

          Also Spam Assassin no longer writes spam info in the body of the email - just the header (or subject if you set that - I just added that option)

          namaste

          Comment

          • AndrewT
            Administrator
            • Mar 2004
            • 3655

            #6
            There is nothing wrong with htaccess files or mod_rewrite, whatever you're trying to accomplish is no longer correct on the new server due to IP and various other changes.

            Comment

            Working...