Vityok93
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subfolders are not workingThank u. The subject resolved. All the problem was with .htaccess file.
Forum: Networking WordPress
In reply to: Subfolders are not workingwp-admin for created site also not working
Forum: Networking WordPress
In reply to: Subfolders are not workingMade debugging true.
When creating a site – got the next one error:
postdrop: warning: mail_queue_enter: create file maildrop/630103.28852: Permission deniedI fixed that, but when i created site and want to view it – got Error 404
Forum: Networking WordPress
In reply to: Subfolders are not workingHow can i see networks error? or view network console
Forum: Networking WordPress
In reply to: Subfolders are not workingDisabled everything, but has the same thing, loading and loading.
TwentyFourteen is excisting. I even don’t imagine where the problem is.Forum: Networking WordPress
In reply to: Subfolders are not workingI reinstalled my OS, made everything from a white sheet.
Now, when i start creating a new site from Dashboard – it’s just loading and loading and nothing happening.Forum: Networking WordPress
In reply to: Subfolders are not workingIt’s excisting, up above.
define('WP_ALLOW_MULTISITE', true); /* That's all, stop editing! Happy blogging. */ define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'new.khnu.km.ua'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);Forum: Networking WordPress
In reply to: Subfolders are not workingdefine('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'new.khnu.km.ua'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);Forum: Networking WordPress
In reply to: Subfolders are not workingit’s under maintance now. I’ll fix all in few hours. Sry for inconvinience.
Forum: Networking WordPress
In reply to: Subfolders are not workingyep.
Forum: Networking WordPress
In reply to: Subfolders are not workingThat folder is empty. It strucks me, i thougth smth need to be there.
Deleting not helping(Forum: Networking WordPress
In reply to: Subfolders are not workingI created the subfolder through multisite system and then i created the folder in my directory.
Forum: Networking WordPress
In reply to: Subfolders are not workingHere, i modified it when i was creating “Multisite”
Forum: Networking WordPress
In reply to: Subfolders are not workingAddDefaultCharset utf-8 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]