403 error on Localhost php file - php

I am trying to access my php file(I am using codegniter) but getting 403 error acces denied, Even I was working on it yesterday It was fine. Still I am able to access the rest of the pages. How can i solve this?
You don't have permission to access /project/newsletter/ on this server.

Related

Laravel URL rewrite Error

Actually I am deploying my laravel 5 Application on Client Server.
My client create space for me in such type of path.
var/www/html/abcproject
Now I have uploaded my all laravel 5 file on abcproject directory.
My issue is that , my home page is working fine but my internal pages
are giving Not Found Error.
Suppose when I try to logged in, throwing this error.
Not Found
The requested URL /abcproject/login was not found on this server.
How to resolve that error?
You need to point the webroot to var/www/html/abcproject/public

Linked php files give error

I'm using a shared hosting service for my sites and there is a strange situation.
When any php page is accessed from a link (like Google search results page, etc), the page will not open.
The following error is shown:
"Forbidden you don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
If the same url is input directly into the browser, the page displays fine.
The situation is not the same for html extension pages, which open properly from links too.
I am not using any .htaccess file.
Permission for files is 644 (I've never changed anything).
This situation is something new, there was not such a problem in the past.
Any advice is welcome.

Error 403, Access Denied

How can i fix this? i just hosted my site at byethost33.com for free, because this is my project and in need to host it.
I am getting problems with a page that says 403 access denied. how will i fix it? i dont have the error log since this is just free hosting. I don't know what to do because this is my first time hosting awebsite, i fixed database connections and stuff. but still it says 403 access denied.
and i have other problems, when logging in it wont load the page, just the header, because in my index.php i have a condition that would only change the header if logged in but will store the session. how can i fix this? thank you
Just try to examine your code for resolving URLs, since you may direct some visits to wrong places.

Error 404 Forbidden in simple machines SMF

Please I need your help on this. I have a site hosted using SMF, when I try login, this is the error I see. Please what may be the cause? Below is the error that display as I login in.
Forbidden
You don't have permission to access /government/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
An error telling you that you aren't allowed to use this file means, that you need to change the permissions of this file, because the web service can not open it. Make sure you have all necessary permissions.
You can change permissions on a Linux based system with chmod.

Responsive File manager for Tinymce error 403

I am using Responsive File manager for Tinymce on a project but i get an 403 error on upload.php (Firebug)
It is only this file that gives me the error I have already checked the file permissions and checked the owner. The paths on the config.php is fine, every thing works except for the upload.
The error Responsive File manager give me:
Forbidden You don't have permission to access /admin/modules/tinymce/plugins/responsivefilemanager/filemanager/upload.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any Ideas?
Your help would be greatly appreciated.

Categories