I've spent the day migrating my web design site from TextPattern to WordPress. I've got permalinks turned on and have been going through and setting up some static pages. We were rocking along just fine until I decided to change the static Page name from "Meet Your Designer" (because a link to that would be very long) to "About". Then I got 404 errors. Yet, I could still EDIT the page in the WP Console. I made sure the page slug was changed. That didn't help so I deleted the page and started over. Still no go.
I took a peek in my .htaccess file, which is writeable, and it looks like the code is there:
RewriteRule ^(about)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^(about)(/[0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
RewriteRule ^(about)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
What's wrong? It's not that anomaly about having to update the .htaccess file when you create a new page because I've created THREE new pages since this started: Web Hosting, Web Design Services and the second About page. The other two pages display just fine.
Any thoughts? URL is:
Thanks!