StouffvilleDave
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Can't upload files, getting error message.Thanks but That file doesn’t help or explain the errors. I set the limit to 15 mg, I can’t upload 3.5 mg files but I can upload 1.8 mg files????
Here is my code. <p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Subject
[text your-subject] </p>[file file-874 limit:15728640]
<p>Your Message
[textarea your-message] </p><p>[submit “Send”]</p>
The folder had rights and my
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminIt worked. Thank you so much for your help and sticking with me on this. I need to find someone who can move a wp site for me. I could probably hack away at it but I am sure I will break something. Do you or do you know anyone that I can contact to do this job for me?
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminI completely understand and thank you. So for canonical issues should I redirect https://www.stouffville.com to stouffville.com?
RewriteCond %{HTTP_HOST} ^www.stouffville.com [NC]
RewriteRule ^(.*)$ https://stouffville.com/$1 [L,R=301]Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminI checked and both wp-site and wp-blogs have stouffville.com.
I checked others and they all seem to use stouffville.com….no www.
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminYes, I get the same thing.
When I type https://www.stouffville.com/wp-admin/network In the address bar the domain changes from https://www.stouffville.com/wp-admin/network to https://stouffville.com/wp-admin/network quickly 8 times and then errors out.Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminI get the same error when i try stouffville.com/wp-admin/network
This is my .htaccess file…
RewriteEngine On RewriteCond %{HTTP_HOST} ^stouffville\.com [NC] RewriteRule ^(.*)$ https://www.stouffville.com/$1 [L,R=301] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminApparently my fingers were moving too fast Mika. Everything was working fine for months and months and then not and I got the error.
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminNo that was obviously a typo error.. The url is – stouffville.com/wp-admin/networkadmin
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminIf you mean WordPress MU domain mapping, yes I believe it is turned on but access to that plugin is through the Network Admin….which I cannot access.
Forum: Networking WordPress
In reply to: Can't Access Multi site Network AdminI flushed the permalinks, there is no redirects and …where do I check that domain mapping is on?