1nwweb
Member
Posted 6 months ago #
I'd like to change the structure of my permalinks but not sure how. Right now they read like this:
http://mainsite.com/subdomain/postname
I'd like them to read like this for each of my sites:
http://subdomain/postname
I have each domain name parked on my host and mapped through wordpress installed with folders.
I also have a wildcard value set for my main domain.
Your help is appreciated.
http://mainsite.com/subdomain/postname means you installed it as a subFOLDER install.
You could try switching it in your wp-config.php to Subdomains, but if you have a lot of extant sites, it's complicated to edit the database since you have to change them.
http://codex.wordpress.org/Create_A_Network#Switching_between_subdomains_and_subfolders
1nwweb
Member
Posted 6 months ago #
That worked great for me.
Thanks!