niggel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: after installation: failed to open stream:YES!!!!!!! got it.
ok, i modified the index file by leaving out the ./ part in front of the “require”-tag. now everything is working perfectly! man, this makes my day. thanks a lot!<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘wp-blog-header.php’);
?>All the best!
NiklasForum: Fixing WordPress
In reply to: can edit but can not view siteYES!!!!!!!
had the exact same problem. ok, i modified the index file by leaving out the ./ part in front of the “require”-tag. now everything is working perfectly! man, this makes my day. thanks a lot!<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘wp-blog-header.php’);
?>All the best!
NiklasForum: Fixing WordPress
In reply to: after installation: failed to open stream:windows server indeed 😉 my page was on some unix based server before.
my .htaccess is not even configured – so, it should be alright. http://www.holzenetz.com is my page. my host is http://www.knallhart.de. i’m trying to google for a solution but nobody seems to have this problem 😉
Forum: Fixing WordPress
In reply to: after installation: failed to open stream:wp-blog-header.php is there, i am using permalinks based on the date (i can change it around, but it won’t help) and both blog and wp URIs are http://www.holzenetz.com
thanks…
(i’m frustrated here…)