Wordpress Issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mgtarheels
    Confirmed User
    • Mar 2010
    • 1317

    #1

    Wordpress Issues

    For one of my sites, I keep getting rewrite and permission errors when trying to change permalinks, upload themes, etc.

    I looked at my permissions, and they're all 755, the same as my other WP sites that aren't having these issues.

    As for rewrite, I added the following to my .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>


    and that didn't change anything, either.


    Anyone have any ideas?
  • Nurgle
    Confirmed User
    • Feb 2001
    • 2337

    #2
    check ownership of the file...
    I am not a megalomaniac.. I just rule the world
    Need Quality Hardlinks? We have several packages and custom deals available.
    *High Quality Hard Links For Sale*
    ICQ: 394016570

    Comment

    • mgtarheels
      Confirmed User
      • Mar 2010
      • 1317

      #3
      Originally posted by Nurgle
      check ownership of the file...
      Not sure what you mean by this ;\

      Comment

      • leg4
        Confirmed User
        • May 2003
        • 4429

        #4
        Sometimes ownership of the file can get mis-matched or thrown off... Make sure the ownership of those files belongs to the cpanel account.

        If this is a dedi server, you can usually do it yourself, if you're on shared, you may need to contact your web host.

        You can ask them to check the ownership of the files.
        >>> Contact me here

        email me here

        Comment

        • mgtarheels
          Confirmed User
          • Mar 2010
          • 1317

          #5
          Originally posted by leg4
          Sometimes ownership of the file can get mis-matched or thrown off... Make sure the ownership of those files belongs to the cpanel account.

          If this is a dedi server, you can usually do it yourself, if you're on shared, you may need to contact your web host.

          You can ask them to check the ownership of the files.
          Yeah, this blog is on shared.

          I contacted them.

          Is this typical when adding a subdomain?

          Comment

          Working...