Hi
to clone from where to where?
I am trying to clone from GoDaddy to Local machine, and it (almost) works.
cheers
m.
However, the sub site can’t bee access which shown as not found page.
What does the not-found page look like?
Is it subdomains or subfolders?
Thread Starter
ejwork
(@ejwork)
It is on subfolders , and it looks like that
http://www.stchrisapp.com/index3/senior
if I am try to access control panel , I will just able to view the root website.
Where is WP installed? http://www.stchrisapp.com/index3/ ?
What’s in your .htaccess?
Thread Starter
ejwork
(@ejwork)
I clone that in folder /index3
and the content of the .htaccess is the following
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /index2/
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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]
</IfModule>
Thread Starter
ejwork
(@ejwork)
Solved, Go from network control panel and then just change path from index to index2 or what ever and will be be solve
I try to change the .htaccess , however didn’t effected.
Thanks thanks 🙂 .
Well that’s multiple issues.
1) .htaccess MUST accurately reflect where WP is installed. If it’s index2, it has to have the root of index2
2) Your Server really should have the right location for a site. But … well that’s endemic of your server.