rakelsanchezmas
Forum Replies Created
-
At last! It was just the lack of the dot at the beginning of the file. I had no previous idea on how an htaccess file works.
Many, many thanks for your help and time! Always very touched on how an stranger maybe on the other side of the world help another stranger 🙂
Wish you a very very happy 2016, lots of love, health and job!
No, no, the junk line was already removed in my last htaccess uploaded!
The /www folder is right?
I have added the dot to file name, but once uploaded is http://mydomain.com/wp-admin which gives me an 500 error!
Regardind the proper directory, I put the htaccess into my root folder (with the rest of other WP files) Maybe am I wrong here?
Hi again! I have upload your htaccess with junk line, but error 404 remains.
So, does that mean that my host provider don’t read htaccess file??
What can I do now?
Hi, jkhongusc!
Here you have:
`RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L] `Really hope the issue to be here. Thanks very much for your help.
Hi Bet! I followed just the same guide you recommend me in your response, very carefully, step by step.
I haven’t configured a single thing manually. To create subsites I proceeded using the superadmin dashboard, just the way you tell me to.
In second case, it is true I did not set up wildcard domain. But the point is that ideally I would like to create a mulstisite installation on subdirectories mode. The project is a bilingual site (english and spanish) so I would like to focus on this. I just tried the other way just in case I was not able to deal with subdirectories, but I consider much more convenient to have different folders for each language, the resultant URL is more common, I think.
So I really aprreciate your help concerning subdirectories case.
Thanks ver much!