kellambrown
Forum Replies Created
-
I’ve run into a similar but more disastrous problem.
I have several WP sites running from one server account (this is not a WP multi-site installation but I have several installations of WP on one web host (ANHosting), each running a different site. I have set up each site as an add-on domain so that users can access the root of the WP site by just entering the site name without the common domain name where all of the sites are installed.
For example: all of my sites are installed in the master account add-on domain “kellam.us” The site that is having a problem is “foundationartskills.com” before I modified the permalink basename, users could enter “foundationartskills.com” and get to the WP site just fine; the problem was that all permalinks showed up as “kellam.us/foundationartskills/whatever” I decided that I wanted the permalinks to not have the “kellam.us” part in the address so that users could not get that name to use to access my base domain. When I changed the permalink basename, I suddenly could not access anything in foundationartskills directly, no matter whether I entered “foundationartskills.com” or “kellam.us/foundationartskills”
This situation means that I cannot open the WP dashboard to go back and reverse the modification to the permalink addresses, so I am just locked out of my WP website. I expect that there is a way to modify one of the wp-* files referenced from .htaccess (I don’t see a way to modify .htaccess that gives any hope of joy). How can I reverse this change so that I can continue working on my WP site?
And, no, I do not have backups of this WP site. That’s next on my list of todos!