Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter GreedyCapitalist

    (@greedycapitalist)

    I got it working by reseting the archive path and a fresh .htaccess file . Frankly, I have no idea why it wasn’t in the first place, but here is the new content of my .htaccess:
    Options +FollowSymLinks
    ErrorDocument 404 /404.html
    RewriteEngine On
    RewriteBase /
    RewriteRule ^archives/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2&section=1 [QSA]
    RewriteRule ^archives/category/?(.*) /index.php?category_name=$1&section=1 [QSA]
    RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2&section=1 [QSA]
    RewriteRule ^archives/author/?(.*) /index.php?author_name=$1&section=1 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5&section=1 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5&section=1 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/trackback/?$ /wp-trackback.php?year=$1&monthnum=$2&day=$3&name=$4&section=1 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&section=1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1&section=1 [QSA]

    Thread Starter GreedyCapitalist

    (@greedycapitalist)

    Just wondering.. do you have Apache 2.0?

    Forum: Fixing WordPress
    In reply to: Blank Page

    What was wrong?

    Ditto.

    Forum: Installing WordPress
    In reply to: Blank page :\

    Same problem. This is with a new web host, so I suspect it’s a php.ini issue.

    GreedyCapitalist

    (@greedycapitalist)

    with b2, when I want to add a new blog to an existing db, I just rename the table prefixes..but I must delete the LJ tables every time I do install. can you add an easy way to disable the LJ table creation?

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