teamvictoryltd
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Networking WordPress
In reply to: Multisite Plugin Page Gets 502/504 Bad Gateway, Need help!OK, I’m not sure if you are understanding me here.
So EVERY SINGLE page is 100% working EXCEPT the Network Plugin Page.
The ONLY page NOT WORKING is “wp-admin/network/plugins.php”
ALL “wp-admin/plugins.php” pages ARE WORKING.
Forum: Networking WordPress
In reply to: Multisite Plugin Page Gets 502/504 Bad Gateway, Need help!I can’t check what plugins are used on the network or which ones are network activated as that’s the page that doesn’t work. There are currently 21 plugins running & activated on the main site.
Yes I can get to all other pages in the network and all other pages on every sub-site. It is ONLY the plugin page on the network.
Forum: Networking WordPress
In reply to: Multisite Plugin Page Gets 502/504 Bad Gateway, Need help!I can’t seem to find the php.ini file anywhere, as for the “.htaccess” file here is exactly whats in it:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Viewing 3 replies - 1 through 3 (of 3 total)