ejwork
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Networking WordPress
In reply to: Clone Multisite in godaddySolved, 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 🙂 .
Forum: Networking WordPress
In reply to: Clone Multisite in godaddyI 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>Forum: Networking WordPress
In reply to: Clone Multisite in godaddyIt is on subfolders , and it looks like that
http://www.stchrisapp.com/index3/seniorif I am try to access control panel , I will just able to view the root website.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Issue with Chrome Version 38.0.2125.101 mThank you,
Version 2.0.3 worked with me fine.
Version 2.0.0 I wasn’t big fun with , Javascript will show as text rather than result of code.
Viewing 4 replies - 1 through 4 (of 4 total)