nickwc92
Forum Replies Created
-
Optional parameter to pass callback URLs as base64 encoded. This would guarantee backward compatability. Drawbacks would be that the URLs get even longer due to base64 overhead. I know this is a hacky solution and the whole issue is just stupid
what does this mean?
thats what i get when trying to connect
im trying to connect from their website but i have the plugin aswell
i did not add the handler
is there anyway to code this so the site has access to connect woo with them
ehost
# Use PHP55
AddHandler application/x-httpd-php55 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php55/lib
</IfModule># BEGIN WordPress
# WPhtC: Limit upload size to 20 MB
LimitRequestBody 20971520<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
im sorry its a 403 do you know how to fix that?
yes