• Not sure if this is a configuration error or a flat-out setup issue… hopefully someone can shed some light on this.

    On pages in the admin panel that use pagination (comments, posts, etc), the first page of data renders fine but if I go down to click on “page 2” it bounces me back to the main admin page. After a little investigation I found it’s a URL issue… it SHOULD be linking me to [my_domain]/wp-admin/edit.php?paged=2 but it’s ACTUALLY linking me to [my_domain]/wp-admin/?paged=2… (i.e. the ‘edit.php’ is missing)

    Here’s some details to help the troubleshooters:

    • I have wordpress installed under [my_domain]/blog/
    • I have a sub-domain configured to map blog.[my_domain].com/ to [my_domain].com/blog/
    • Admin Options have the wordpress installation, and the blog address, mapped to blog.[my_domain].com

    Thanks in advance!

    – Skylar

The topic ‘Problem with Admin Panel URLs’ is closed to new replies.