Green machine
Forum Replies Created
-
Forum: Plugins
In reply to: [WP125] WP125 cloneHy naspiegel,
Thanx for the code. I think a lot of people are looking for a solution to this problem. My question is in which file does this code go?
Thanx for the reply!
Forum: Fixing WordPress
In reply to: Post-ID in Permalink or not?Done.
But my original question was. Will there be problems if I don’t put Post-ID or another numeric in the permalink like big news sites do?
Forum: Fixing WordPress
In reply to: Permalink problems with 2nd subdirectorysiteSorry, I’m probably being to vague.
I agree, the problem is probably caused by the htacces file in the subdirectory. I tried and used this piece of code. (didn’t work)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPressAbout the hosting provider. I installed both websites with the same host and in the same server space i bought. That’s why the second website is in a subdirectory. Was this a good idea?
Thanks for the help
Forum: Fixing WordPress
In reply to: Permalink problems with 2nd subdirectorysiteWell,
my main site is this groenecourant.nl and my second site, thus in the subdirectory, is Internationalgreenspectator.com.
All the WP-files and what not from my main site are in the public_html folder. Then I made a new folder for my second site and installed it there.
The problem probably originates there. WordPress is probably not finding the right htaccess to edit when I’m changing my permalinks on my second site. (guessing here)
You need more information?
Forum: Themes and Templates
In reply to: Make a left sidebar in Morning AfterThanks for the link, but I don’t believe its commercial anymore. I got it for free anyway. Isn’t there a more universal way to build a new sidebar?
Thanx
Posts still disappear. After reading other posts on the forum I’m almost certain it’s an error in the database. Just repared it and know waiting if it will work.
My mistake!
I turned permission fot wp-content to 644. After turning it to 755 plugins wnt back up but I had to activate them all.
I’m still wondering if WP Super cache can make posts appear en disappear? Anyone?]
Thnx,