jpommer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHPList admin with WordPressI don’t know if this helps, but if I enter
http://www.pommer.us/lists/admin/
I get my static front page.If I enter
http://www.pommer.us/lists/admin (without the final /)
I get my static front page without the header.I’ve removed PHPList and reinstalled it and it didn’t help.
jackForum: Fixing WordPress
In reply to: PHPList admin with WordPressThis is my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: PHPList admin with WordPressThanks for the replies. Originally I had the PHPList files in public_html/lists/admin/
When it didn’t work I found a post on the webthat suggested putting lists in the same folder as WP, so not it’s in public_html/blog/lists/admin
Still having the problem.
I have the Statif Front Page plugin installed, but it’s deactivated. I’m using Date & Name Based permalinks.
This is probably some silling thing I’ve missed, but I can’t figure it out.
Going to http://www.pommer.us/blog/wp-adnmin works fine for getting to the wp admin page.
jack
Forum: Installing WordPress
In reply to: Can’t get to adminIt worked. WordPress is great and the support you experts offer beginners is amazing. Thank you.
Forum: Installing WordPress
In reply to: Can’t get to adminThank you.
I’m much better at hosing things up than getting anything done.