403 Forbidden
-
Add a custom form have this error
403 Forbidden
Access to this resource on the server is denied!
——————————————————————————–
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
and i cheched xmlrpc
XML-RPC server accepts POST requests only.
and how can solved it
Blog url: http://iliyahaddad.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
http://iliyahaddad.wordpress.com/ seems to be fine. Were you referring to a different blog? If so, what is the URL?
-
i used jetpack in wordpress and Add a custom have a problem
403 Forbidden
Access to this resource on the server is denied!
——————————————————————————–
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!and i cheched xmlrpc
XML-RPC server accepts POST requests only.my site is http://www.xpercia.com
-
in the part (Contact Form) when click on icon in page
show me this errorAdd a custom
403 Forbidden
Access to this resource on the server is denied!
——————————————————————————–
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!please help me
i have last ver of wordpress and jetpack but i cant use Contact Form -
Hm, that’s very strange. Which version of Jetpack are you running, and which version of WordPress?
-
-
Hm, that should be fine.
Would you please try with all other plugins temporarily disabled?
Theme functions can sometimes interfere too, so if disabling all other plugins made no difference, try temporarily switching to the Twenty Eleven theme.
-
i do all things that you said to me but dont work
and i have only problem with contact form
and other parts of hetpack work good
and dont know what is problem
thanks
but i leave it now -
-
yes i do it and
everythings do works but contact form do not
i think that contact form have a link to host and need a option on host
but i do not know what’s it
that i can solved this problem
thank you -
Are you referring to how the contact form works on http://www.xpercia.com/?page_id=30 or when you try to add a contact form to a page?
-
problem is here:
my http server is LiteSpeed and dont support jetpack(contact form) codes on Web Server.yes when i try to add a contact form to a page give me this error that:
403 Forbidden
Access to this resource on the server is denied!
——————————————————————————–
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!and about page_id=30 it is not jetpack tools
this is a plugin that make contact form -
We should be supported just fine on LiteSpeed.
Have you contacted your hosting provider about this? They may find something helpful in their error logs if you can trigger the error again and provide them with the date and time.
-
i solved it:
i should put them to .htaccess and end# 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]
</IfModule>
# END WordPressthey are master codes
thank you -
That’s odd, those should have been there already if you were using permalinks.
Which part of the above segment was missing?
-
permalinks is default mode
and .htaccess havent it
codes:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
and it show that jetpack (contact form) cant access to index.php
have fun -
Ok, sounds like maybe a bug or misconfiguration in LiteSpeed prevented your .htaccess file from being written, as we have several Jetpack installations under LiteSpeed without this issue.
At least it’s fixed for you now. :)
- The topic ‘403 Forbidden’ is closed to new replies.