Nikk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The requested URL /index.php was not foundUpdate: 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
In reply to: The requested URL /index.php was not foundYes 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 WordPressForum: Fixing WordPress
In reply to: The requested URL /index.php was not foundThanks 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’);
define(‘WP_SITEURL’,’http://example.com’);Are stil in the wp-config file…
Forum: Fixing WordPress
In reply to: My pages don’t show correctly in IE/Safari/Chrome :(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?