wyx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FTP CredentialsYeah, 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 CredentialsThanks. 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.
Forum: Fixing WordPress
In reply to: Permalinks not working, possible permission error.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.Forum: Fixing WordPress
In reply to: Permalinks not working, possible permission error.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 WordPresshttpd.conf looks like this:
LoadModule rewrite_module modules/mod_rewrite.soBut 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