Nicholas Loudermilk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Changes Won’t Save with JOINsIf you PM me, I would be happy to setup an admin account for you to test.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Breaks Icons with Salient / Visual ComposerCould I provide you a copy of the theme to debug? I’ll be happy to send you a link via email, shoot me a message at [email protected]
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Breaks Icons with Salient / Visual ComposerI figured out it is happening when updating your plugin to v0.7.0 to v0.8.1.
Forum: Networking WordPress
In reply to: Multisite, Godaddy, and CloudflareI am using Godaddy shared hosting with multiple domains on the same plan, so here is what it looks like:
(root)\YOUTH_SERMONS (primary site)\WP-CONTENT\blogs.dir
Here is a link to the DNS settings and GoDaddy’s Hosting Info:
https://www.dropbox.com/sh/r27cdg2g6kqf1ui/OjH3nsc0EE
Note: The centervilleafterschoolprogram.com domain you see is not accually valid, so if it is required to move Youth-Sermons to primary, it is certainly possible.
Forum: Networking WordPress
In reply to: Multisite, Godaddy, and CloudflareDone. Still no luck.
New .htaccess:
# BEGIN s2Member GZIP exclusions <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR] RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1 RewriteRule .* - [E=no-gzip:1] </IfModule> # END s2Member GZIP exclusions RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) YOUTH_SERMONS/wp-includes/ms-files.php?file=$1 [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) YOUTH_SERMONS/$1 [L] RewriteRule ^(.*\.php)$ YOUTH_SERMONS/$1 [L] RewriteRule . index.php [L] AddHandler x-httpd-php5 .html