Hello there,
I've installed a multisite using "subfolder" option.
I have a main site which is linked to a secondary blog.
I installed wordpress in a folder which is not at the root of my domain. I set all needed to have the multisite function in wp and everything was fine.
For the exemple, the path for the main site is : "www.myDomain.com/myWordpressFolder/".
and the second one is
"www.myDomain.com/myWordpressFolder/my2ndBlogName".
Now the developpement is finished, I want to remove the string "myWordpressFolder" from the url and have then :
"www.myDomain.com/" for the main site and
"www.myDomain.com/my2ndBlogName" for the second blog.
The problem is... I've tried the method of copiyng the index.php (with the change expected in the require ('./myWordpressFolder/wp-blog-header.php'); line, copy the .htacces at the root of the domain. But when I want to change the Blog url, I can't change this in the General settings, I can read a line in the "Modification" page options of the main site but this one is in grey.
I supposed it should be changed with the database but which line should I change ? I tried in the wp_options table ('home', 'siteurl') field by removing the string "myWordpressFolder" but that don't fix the problem.
Could someone give me some help please.... ?
Thanks in advance and sorry for my english. Tell me if you don't understand anything !