wordpresser32
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problems getting RSS | Atom Feeds workingits not a bad suggestion. i thought about this already but dont want to do this for this blog. any other ideas?
Forum: Installing WordPress
In reply to: Problems getting RSS | Atom Feeds workingI have the same problem. the thing is that i would like to put a link on my website to the atom feed. so wehn people click it it will open the save dialogue which is not good. No work around for this?
The rss2 and rss wordpress feeds also point to a php file but they will show corectly in your browser and not open the save dialogue. Why?
Forum: Installing WordPress
In reply to: Look at this config file. Whats wrong?My htaccess file reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
Option +Followsymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
the custom link structure (is that what you meant?) i use right now is:
/index.php/%year%/%monthnum%/%day%/%postname%/Forum: Installing WordPress
In reply to: Look at this config file. Whats wrong?Forum: Installing WordPress
In reply to: Look at this config file. Whats wrong?OK. Thanks for the effort manstraw. The site can be found here:
Right now though, I have the “almost pretty links” function set where a “index.php” is set into the URL. As this is a company blog I cannot really have it not work too long, that’s why right now there I set it back to this as it’s working.
Forum: Installing WordPress
In reply to: Look at this config file. Whats wrong?When I hover over a link then the pretty link is shown but when I click it it will go to a error page.
On the system i installed wordpress before with permalinks successfully, it was the same after i changed to permalinks. When hovering over the links in wordpress the pretty I can see that the pretty links show but when clicked they just go to a error page. I hadn’t set the .htaccess that time which was the problem. But this time the .htaccess is set correctly and everything so I dont know what is thep roblem.