GreedyCapitalist
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 1.2 & .htaccess bluesI 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§ion=1 [QSA]
RewriteRule ^archives/category/?(.*) /index.php?category_name=$1§ion=1 [QSA]
RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2§ion=1 [QSA]
RewriteRule ^archives/author/?(.*) /index.php?author_name=$1§ion=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§ion=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§ion=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§ion=1 [QSA]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1§ion=1 [QSA]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1§ion=1 [QSA]
Forum: Fixing WordPress
In reply to: 1.2 & .htaccess bluesJust wondering.. do you have Apache 2.0?
Forum: Fixing WordPress
In reply to: Blank PageWhat was wrong?
Forum: Installing WordPress
In reply to: WP-install.php isn’t working; shows blank pageDitto.
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.
Forum: Requests and Feedback
In reply to: Lj update feature of b2 and upgrade from b2 to worwith 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?