phrederick
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: More than 1MBSo far, our lady said it didn’t work, but she tried to load an mp3 file that was 16mb. I’ll have her try again later today. Also, I upped the size on the ws-config.php to 3GB. Not sure if that’s too big.
Forum: Everything else WordPress
In reply to: More than 1MBDoes it matter where in the string of data that I put the code?
Forum: Networking WordPress
In reply to: Multisite dashboard is blank.You sir are amazing!!!
Thank you!!!
Forum: Networking WordPress
In reply to: Multisite dashboard is blank.Like this?
# replace a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]Forum: Networking WordPress
In reply to: Multisite dashboard is blank.I believe it is 2015 because we’re running Academica Pro theme.
Forum: Networking WordPress
In reply to: Multisite dashboard is blank.I’m not sure if 2015 is on our server.
We’re running
Free Mode
Version 3.7.1Our htaccess is:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> AddHandler x-mapp-php5 .php # BEGIN WordPress <IfModule mod_rewrite.c> #RewriteEngine On #RewriteBase / #RewriteRule ^index\.php$ - [L] #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule . /index.php [L] 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] </IfModule> # END WordPressForum: Networking WordPress
In reply to: Multisite dashboard is blank.This might help too… The error is as follows.
This webpage has a redirect loop
ReloadHide details
The webpage at http://www.pusdonline.com/lincoln/wp-admin/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Learn more about this problem.
Error code: ERR_TOO_MANY_REDIRECTSForum: Networking WordPress
In reply to: Multisite dashboard is blank.I just called them and they said they do permit it. They also suggested uninstalling and re-installing multisite. I’m not sure how to do that.