Title: Nikk's Replies | WordPress.org

---

# Nikk

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

 *   [Profile](https://wordpress.org/support/users/nikk/)
 *   [Topics Started](https://wordpress.org/support/users/nikk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nikk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nikk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nikk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nikk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nikk/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: [The requested URL /index.php was not found](https://wordpress.org/support/topic/the-requested-url-indexphp-was-not-found/)
 *  Thread Starter [Nikk](https://wordpress.org/support/users/nikk/)
 * (@nikk)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-indexphp-was-not-found/#post-1674601)
 * Update: when I set the permalink settings to ‘default’ the post links work again.
 * But in my posts I linked to the full posts with a custom structure (/%postname%/).
   And with this custom structure I get the 404 error.
 * I think I’ve to edit something in my .htaccess file, but what?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The requested URL /index.php was not found](https://wordpress.org/support/topic/the-requested-url-indexphp-was-not-found/)
 *  Thread Starter [Nikk](https://wordpress.org/support/users/nikk/)
 * (@nikk)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-indexphp-was-not-found/#post-1674577)
 * Yes I have the index.php in my root…
 * Just deleted the .htaccess file but It didn’t work unfortunately
 * My .htaccess looked like this:
 *     ```
       # 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
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The requested URL /index.php was not found](https://wordpress.org/support/topic/the-requested-url-indexphp-was-not-found/)
 *  Thread Starter [Nikk](https://wordpress.org/support/users/nikk/)
 * (@nikk)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-indexphp-was-not-found/#post-1674551)
 * Thanks for your quick reply. No I didn’t change anything in the wp-config file
   once it worked. Because I can’t edit it on the WP admin page. So this two two
   lines:
 * define(‘WP_HOME’,’[http://example.com&#8217](http://example.com&#8217););
    define(‘
   WP_SITEURL’,’[http://example.com&#8217](http://example.com&#8217););
 * Are stil in the wp-config file…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My pages don’t show correctly in IE/Safari/Chrome :(](https://wordpress.org/support/topic/my-pages-dont-show-correctly-in-iesafarichrome/)
 *  Thread Starter [Nikk](https://wordpress.org/support/users/nikk/)
 * (@nikk)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/my-pages-dont-show-correctly-in-iesafarichrome/#post-1374388)
 * Thanks for you fast reply! But to be honest I don’t get the clue out the link.
   When I check the code in my WordPress login everything is done right, also the
   </head> thing you noticed… How come the code is messed up on that website?

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