Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: FTP Credentials
    Thread Starter wyx

    (@wyx)

    Yeah, it was just a strange install. I installed using the ubuntu repo when I should have downloaded/extracted manually. All those symlinks and whatever else it installs really caused a bunch of problems when trying to move the default install to a new directory.

    Forum: Fixing WordPress
    In reply to: FTP Credentials
    Thread Starter wyx

    (@wyx)

    Thanks. I think I have some larger issue though, because I can’t actually do anything but post a new blog entry. Any thing in the settings I try to change leads me to a blank page. Keeps the left admin panel, but content part of the page is blank -_- Time to reinstall I think.

    Thread Starter wyx

    (@wyx)

    The error that I get is this:

    [Thu Apr 09 09:04:13.710255 2015] [core:error] [pid 7764] [client 192.168.1.1:53673] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
    Thread Starter wyx

    (@wyx)

    Yes, I’ve checked that. There aren’t any issues that I can see. mod_rewrite is uncommented. And yes, I’m using apache.

    .htaccess looks like this, which is just the default .htaccess file.

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

    httpd.conf looks like this:

    LoadModule rewrite_module modules/mod_rewrite.so

    But wait. If the module being loaded is .so, should the .htaccess also be mod_rewrite.so instead of mod_rewrite.c?

    Edit: Nope. Just got rewritten back to mod_rewrite.c

Viewing 4 replies - 1 through 4 (of 4 total)