Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks, 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!

    Turn off javascript in the browser, then you can add categories. This worked for me in Firefox.

    Thread Starter fak3r

    (@fak3r)

    Hmmm…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 ‘/’

    Thread Starter fak3r

    (@fak3r)

    Yosemite
    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?

    Steve
    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

Viewing 5 replies - 1 through 5 (of 5 total)