hvattumnet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: two blogs – two db’s – chaos – htaccess?making the .htaccess file writable and letting WP change it – solved this issue 🙂
Forum: Fixing WordPress
In reply to: two blogs – two db’s – chaos – htaccess?when I try to access an entry in the “new” blog (hvattum.net/blog) I get this msg:
Error 404 – Not Found
Search bar and other tools go here! If you’re reading this, it needs to be implemented, remind me!
Forum: Fixing WordPress
In reply to: two blogs – two db’s – chaos – htaccess?File structure:
hvattum.net is the root.
hvattum.net/wp – here is the WP installation that the index.php under the root folder points to (so the /wp folder content “should” be under the root – but since I used to run a different blog under the, and I didn’t want to delete it – I installed WP under the /wp folder)
hvattum.net/blog – here is my “new” wp installation. It should be accessible from that url (and blog.hvattum.net)
Ok, my .htaccess under the root – not sure what to do with it under the /blog folder:
DirectoryIndex index.php index.html
ErrorDocument 403 /v-web/errdocs/403.html
ErrorDocument 401 /v-web/errdocs/401.html
ErrorDocument 500 /v-web/errdocs/500.html
ErrorDocument 400 /v-web/errdocs/400.html
ErrorDocument 404 /v-web/errdocs/404.html
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /index.php/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php/index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Password Protect using 1.5I too have the same problem, but it’s not only in Firefox – and “www” or not makes no difference. Any possible solution?
Forum: Fixing WordPress
In reply to: password protect (not unlocking)hmm, think this is the right post, but still no solution:
Forum: Fixing WordPress
In reply to: password protect (not unlocking)I have the same problem. If I follow the link directly, it will work – but if I try to enter the password from my index page (where the post is listet among the non-password protected posts – it won’t work.
Forum: Fixing WordPress
In reply to: Blog page looks weird – sidebar issue?Ok, removed all the p errors, and the site looks fine! Thanks!
Apperently copy and paste from an iBlog entry, will not work! I’ve been copying my entries from hvattum.net – to see how it worked in WordPress.
Forum: Fixing WordPress
In reply to: Blog page looks weird – sidebar issue?I have removed the adsense, but it still looks the same. Also, the adsense were included in the entry pages aswell, without any problems.