dizzymediainc
Forum Replies Created
-
Forum: Networking WordPress
In reply to: New sites not showingJust thought I would share a solution I found for multi-site sub-directories with godaddy, I found this post and inside is a nice piece of code to replace with your .htaccess
Here’s the post:
https://premium.wpmudev.org/forums/topic/already-installed-multisite-w-subdirectories-on-godaddyand the code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded ?les RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$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: MultiSite Dashboard redirect loopJust thought I would share a solution I found for multi-site sub-directories with godaddy, I found this post and inside is a nice piece of code to replace with your .htaccess
Here’s the post:
https://premium.wpmudev.org/forums/topic/already-installed-multisite-w-subdirectories-on-godaddyand the code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded ?les RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$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: Multisite installation not working properly on godaddyJust thought I would share a solution I found for multi-site sub-directories with godaddy, I found this post and inside is a nice piece of code to replace with your .htaccess
Here’s the post:
https://premium.wpmudev.org/forums/topic/already-installed-multisite-w-subdirectories-on-godaddyand the code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded ?les RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$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: Multisite installation not working properly on godaddyhey did anyone get sub-directories working with godaddy? I seem to have an issue with setting up multi-site sub directories and godaddy is no help.
Forum: Networking WordPress
In reply to: New sites not showingoh btw I am using godaddy hosting service, according to them it’s not their issue but reading other posts i see others are having a similar issue.
Forum: Networking WordPress
In reply to: New sites not showingSo I have looked over the log and i get this error for inventorycheck.co :
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace
and this error:
mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
Forum: Networking WordPress
In reply to: New sites not showingIt is a mapped subsite, there are 9 other domains on the same server.
Odd, my server error log still isn’t done compiling v_v
Forum: Networking WordPress
In reply to: New sites not showingThis is how it looks:
# BEGIN WordPress <IfModule mod_rewrite.c> 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).*) inventorycheck/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ inventorycheck/$2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress # BEGIN wtwp_cache # END wtwp_cache # BEGIN wtwp_security # END wtwp_security
Forum: Networking WordPress
In reply to: New sites not showingThat wasn’t my config.php, it was a dummy version with multisite setup, i posted it as an example.
Thanks for your time, i will have access to the server error log myself tomorrow, just have to wait for it to populate. I generated the same error within the last 5-10 minutes so it should show up, I will repost back here when i have the error log.
Forum: Networking WordPress
In reply to: New sites not showingExactly, after i rename the .htaccess it says:
This webpage has a redirect loop
The webpage at https://inventorycheck.co/allsdonations/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_REDIRECTSbut only after i rename the .htaccess, changing the theme and plugin disabled didn’t bring any results.
Forum: Networking WordPress
In reply to: New sites not showingOk so i changed to default theme and turned off all plugins and it still gives me the same error, I am compiling my server error log right now but it will take until tomorrow.
Forum: Networking WordPress
In reply to: New sites not showingI tried renaming the .htaccess file and if trying to access the dashboard of the newly created site it will direct me to the wp-admin link but keeps saying “This webpage has a redirect loop”
Changing the theme to the default doesn’t work, trying plugins.
Forum: Networking WordPress
In reply to: New sites not showingHere’s a link to my example multisite: https://inventorycheck.co/allsdonations/