Changing URL In Subdirectory Install
-
Is it possible to change the displayed URL of an install in a subdirectory to a different domain name that is pointed to that subdirectory?
I’ve read this:
On the Settings->General screen in a single site installation of WordPress, there are two fields named “WordPress address (URL)” and “Site address (URL)”. These are also known as the “Home” and “Site URL” settings. They are important settings, since they control where WordPress thinks your site is located. They control the display of the URL in the admin section of your page as well as the front end, and are used throughout the WordPress code.
The “Home” setting is the address you want people to type in their browser to reach your WordPress blog.
The “Site URL” setting is the address where your WordPress core files reside.But that isn’t quite what I am trying to do. What I want is this:
WordPress installed here: mydomain.com/mystore
URL to show as mystore.comI will have mystore.com parked and pointed to: mydomain.com/mystore.
The reason I want this setup is that I want my corporate site to be my main site, an eccommerce site in one subdirectory and my blog/forums in a 3rd subdirectory install.
Is this possible? Or is it just too convoluted? Thanks in advance!
The topic ‘Changing URL In Subdirectory Install’ is closed to new replies.