borstahusen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks to 404btan:
Seems to work now, doesn’t it? E.g.:
http://sonicage.com/btan/archives/2004/09/08/whoa/
What did you do?Forum: Fixing WordPress
In reply to: Permalinks to 404Found it, see http://wordpress.org/support/3/14639
Forum: Fixing WordPress
In reply to: permalinks: a moment of clarityclay: I really hope not to repeat myself to much 🙂
dss: I just found that httpd.conf for the WP directory has to read:
AllowOverride FileInfo (or All - NOT None)
Thus:
<Directory "/.../web_root/wp">
AllowOverride FileInfo
</Directory>
I loaded the mod_rewrite, and changed the .htaccess accordingly, but had one of two experiences:
Either I put in “index.php”, and got “No input file specified.”
Or, I didn’t, and got 404.
Thank you for your interest!Forum: Fixing WordPress
In reply to: Permalinks to 404Thanks moshu,
yes, now it says:
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index.php/archives/category/(.*)/ … etc. …
The link seems ok, but the page is empty except for “No input file specified.”Forum: Fixing WordPress
In reply to: permalinks: a moment of clarityhttp://localhost/wordpress/index.php/archives/category/general/
gives “No input file specified.”…
Then, it may not work having wordpress in its own folder??
Sorry for leaving two messages.
CheersForum: Fixing WordPress
In reply to: Permalinks to 404New try:
I followed hopeful instructions on
http://wordpress.org/support/3/14639, i.e. I put in “index.php” in front of the permapath:
/index.php/archives/%year%/%monthnum%/%day%/%postname%/
Now all links I click say:
No input file specified.
Anybody?
CheersForum: Fixing WordPress
In reply to: Permalinks to 404Hi,
Just installed, tried to find on-line help. I also end up with 404.
My path is http://localhost/wordpress/.htaccess (with recommended content from Templates / editing .htaccess;
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^archives/category/(.*) … etcetera….
httpd.conf (Apache 2.0.50 on WinXP):
LoadModule rewrite_module modules/mod_rewrite.so
As I understand the main index.php is:
[webpages root]/wordpress/index.php
Cheers