Hello all,
In first, im' french so escuse if my english is not perfect.
Last day i changed my server and now i'm with plesk 9.
I try to transfert a first wordpress MS but i have probleme (i'm with subdomain).
I configured wilcard with this insctructions :
http://codex.wordpress.org/Configuring_Wildcard_Subdomains_for_multi_site_under_Plesk_Control_Panel
So i have this in my dns record :
*.cash-structured-settlements.info. CNAME cash-structured-settlements.info.
And i added the vhosts.conf files in :
/var/www/vhosts/cash-structured-settlements.info/conf/vhosts.conf
I tried to transfert my site, all is fine but all subdomain go on my plesk home page.
So i tried a fresh install but same probleme.
I think i must have a problem with htaccess but i'm not sure.
For info, see my htaccess :
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
Do someone have an solution for that ?
Thanks