Title: PHPList admin with WordPress
Last modified: August 18, 2016

---

# PHPList admin with WordPress

 *  [jpommer](https://wordpress.org/support/users/jpommer/)
 * (@jpommer)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/)
 * I’ve installed PHPList on a server with WordPress and I can’t get to the PHPList
   Admin panel.
 * Every time I try, I just get my main WordPress page. I’m running a static front
   page in WordPress and I think that might have something to do with it.
 * Does anyone have any suggestions?
 * jack

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466703)
 * So you’re navigating to something like:
    [http://pommer.us/lists/admin/](http://pommer.us/lists/admin/)
 * Where lists is the directory called lists from the phplist distribution.
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466712)
 * MichaelH – would this be the old “wordpress installed in root blocks access to
   other apps in non-wp sub-directories” kind of issue?
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466716)
 * I’m not sure HandySolo. Looks like his wordpress is in a folder called blog so
   the point of the static front page causing the problem may be valid.
 * But I tested this with a copy of WordPress in a folder called wordpress and the
   WordPress index.php in the root folder. I installed phplist into lists (same 
   directory level as wordpress) and I’m not seeing the problem.
 * Guess we need to know what ‘static front page’ mechanism/plugin is being used…
   that’s a question for jpommer.
 * Is this answering your question HandySolo?
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466719)
 * Yup. Sure does.
 *  Thread Starter [jpommer](https://wordpress.org/support/users/jpommer/)
 * (@jpommer)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466722)
 * Thanks 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](http://www.pommer.us/blog/wp-adnmin)
   works fine for getting to the wp admin page.
 * jack
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466734)
 * Well I’m lost. Maybe something in your .htaccess file causing the problem…? Some
   redirect?
 * Just in case so I don’t loose them here’s some phplist and wordpress info:
    [http://www.jesseheap.com/projects/wordpress-phplist-plugin.php](http://www.jesseheap.com/projects/wordpress-phplist-plugin.php)
   [http://www.jesseheap.com/projects/wordpress-phplist-tutorial.html](http://www.jesseheap.com/projects/wordpress-phplist-tutorial.html)
   [http://www.funkypenguin.co.za/wp-phplist](http://www.funkypenguin.co.za/wp-phplist)
   [http://www.simplifiedmedia.com/category/resources](http://www.simplifiedmedia.com/category/resources)
 *  Thread Starter [jpommer](https://wordpress.org/support/users/jpommer/)
 * (@jpommer)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466762)
 * This 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
 *  Thread Starter [jpommer](https://wordpress.org/support/users/jpommer/)
 * (@jpommer)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466811)
 * I don’t know if this helps, but if I enter
    [http://www.pommer.us/lists/admin/](http://www.pommer.us/lists/admin/)
   I get my static front page.
 * If I enter
    [http://www.pommer.us/lists/admin](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.
    jack
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-466874)
 * Maybe setup a subdomain for phplists?? I know, ugly but I can’t duplicate your
   problem and I don’t see much over a phplists that would help.
 * Good Luck.
 *  [nrtechguy](https://wordpress.org/support/users/nrtechguy/)
 * (@nrtechguy)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-467161)
 * I had similar problems to jpommer. The first issue I found was that the first
   time I tried to ftp the lists folder, everything didn’t copy over.
 * After I got that resolved, I used the HTTP 500 Error troubleshooting tip [here](http://docs.phplist.com/PhplistTroubleshooting).
   Loaded like a charm afterward, but that’s after about two and a half hours of
   ruling things out.
 * Oh, and make sure your config file has been updated with the proper path to your
   pageroot and adminpages.
 * Good luck.
 *  [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-467162)
 * Hi there,
 * I’m also having this problem. I even set up a redirect to mydomain.com/lists/
   admin/index.php from list.mydomain.com, but I get a “Page Not Found!” error. :-/

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

The topic ‘PHPList admin with WordPress’ is closed to new replies.

## Tags

 * [list](https://wordpress.org/support/topic-tag/list/)
 * [phplist](https://wordpress.org/support/topic-tag/phplist/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 5 participants
 * Last reply from: [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/phplist-admin-with-wordpress/#post-467162)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
