fak3r
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] db.php is not installedThanks, I did the same thing, it seems when you disable DB Cache Reloaded it takes db.php out, and then W3 is left without it. Thanks for the post!
Forum: Fixing WordPress
In reply to: Add Link Box is Blank. Also Can’t Add CategoriesTurn off javascript in the browser, then you can add categories. This worked for me in Firefox.
Forum: Fixing WordPress
In reply to: Permalinks rewrite OK, but always give 404 when hitHmmm…thanks, that solved it for me, but not in the same way. I added this to my httpd.conf:
<Directory /usr/local/www/data-dist/fak3r.com>
Options FollowSymLinks
AllowOverride All
</Directory>And everything worked! This is what I thought was in .htaccess, but I didn’t have the full path called out, just a ‘/’
Forum: Fixing WordPress
In reply to: Permalinks rewrite OK, but always give 404 when hitYosemite
Thanks for the suggestion, but I tried it, same error. This time I pointed to an archieve struction, and my apache error log said:[Tue Jun 27 12:50:00 2006] [error] [client xxx.xxx.xxx.xxx] File does not exist: /usr/local/www/data-dist/fak3r.com/archives, referer: http://fak3r.com/
my .htaccess file looks like this:
<Directory /usr/local/www/data-dist/fak3r.com>
Options FollowSymLinks
AllowOverride All
</Directory><IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^tags/(.*)$ ?page_id=103&tag=$1
</IfModule><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I’m really lost here, again, mod_rewrite is installed and working on Apache, and as you can see, WP is sending you to the new URL…
Thanks for the replies thus far, would be cool if this was just a PHP 5 issue — perhaps a php.ini setting?
Forum: Requests and Feedback
In reply to: problems running under php/fastcgiSteve
Not sure if this is a similar issue or not, but I can’t get Permalinks running, so I’ve recompiled PHP5 w/o FastCGI support, now it just should be PHP running under CGI, but I can’t get Permalinks to work, or the 404 page. See if any of my issues appear as yours:http://wordpress.org/support/topic/76914?replies=1#post-398723
You’ll see that the rewriting is working, but no 404 page is ever shown, just the rewriten URI, which it fails to find (even though my .htaccess file is good and I have mod_rewrite running and working on this server)
Thanks
f