Title: wyx's Replies | WordPress.org

---

# wyx

  [  ](https://wordpress.org/support/users/wyx/)

 *   [Profile](https://wordpress.org/support/users/wyx/)
 *   [Topics Started](https://wordpress.org/support/users/wyx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wyx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wyx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wyx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wyx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wyx/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FTP Credentials](https://wordpress.org/support/topic/ftp-credentials-7/)
 *  Thread Starter [wyx](https://wordpress.org/support/users/wyx/)
 * (@wyx)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ftp-credentials-7/#post-6430628)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FTP Credentials](https://wordpress.org/support/topic/ftp-credentials-7/)
 *  Thread Starter [wyx](https://wordpress.org/support/users/wyx/)
 * (@wyx)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ftp-credentials-7/#post-6430617)
 * 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.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working, possible permission error.](https://wordpress.org/support/topic/permalinks-not-working-possible-permission-error/)
 *  Thread Starter [wyx](https://wordpress.org/support/users/wyx/)
 * (@wyx)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/permalinks-not-working-possible-permission-error/#post-5995819)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working, possible permission error.](https://wordpress.org/support/topic/permalinks-not-working-possible-permission-error/)
 *  Thread Starter [wyx](https://wordpress.org/support/users/wyx/)
 * (@wyx)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/permalinks-not-working-possible-permission-error/#post-5995816)
 * 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)