When I enter the URL of a page on my site directly into my address bar, I get a 403 Forbidden error, yet when I post the link on a forum etc and click it from there, I am able to access the site fine.
Why am I getting 403 Forbidden when I enter a url directly but not when I click the link?
1.3k views Asked by user1765369 At
1
There are 1 answers
Related Questions in APACHE
- Special access rule in an .htaccess file for IP addresses, authorized only for one directory structure
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Cannot load modules/mod_dav_svn.so into server
- How to ignore case in regexp mapping in a .htaccess rewrite rule?
- Oracle Http server ISNT-07551
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Apache Reverse Proxy: only one proxy directive is working. Second one is ignored
- Issue with Django --> Apache WSGI deployment
- changing the node version used by apache web server
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Why/How does Apache auto-include "DHE" TLS1.2 ciphers while nginx needs "dhparams" file?
- Set up MX records in apache/Ubuntu to point to external mail server
- How to proxy to another port?
- Php can not upload file out of /var/www/html even after disabling Selinux
- Serve static site on S3 + CloudFlare with Apache retaining the source URL
Related Questions in .HTACCESS
- Special access rule in an .htaccess file for IP addresses, authorized only for one directory structure
- Check REQUEST_URI for any /nl/ or /en/ to change my RewriteRules
- How to ignore case in regexp mapping in a .htaccess rewrite rule?
- Use htaccess to add subdirectory to url while displaying base url
- Making a POST to a folder are recived as a GET
- Missing Headers Security Report .htaccess
- I can't retrieve GET values
- Ionic local CORS error, yet headers are set
- htaccess rewrite rule - if the parameter value has forward slashes
- How to configure .htaccess file for two different websites routing in my shared hosting server
- Blank page after Create React App Build placed on server
- How to redirect to the landing page when the domain name is searched?
- problem with htaccess RewriteRule with parameters
- WordPress Multisite Subdomain showing error 404
- htaccess config to serve jxl / avif if file exist
Related Questions in APACHE2
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Moving a website from a subdomain to the domain root
- Odoo live chat not working when using apache reverse proxy
- apache2 rotatelogs creates log file but its empty when deployed to azure web app
- Docker networking forwarding failed
- PHP apache2 - php script cli will write txt file but browser will not
- Issues while deploying flask app using apache2
- Apache2 redirection results in wrong URL
- RewriteRule ^$ https://www.google.com : eventually want to redirect / to /something_else/index.html
- Running A ReactJS App in a subfolder under root creates 404 errors
- Troubleshooting incorrect content on mobile redirect
- How to add custom apache2/httpd header based on BALANCER_WORKER_ROUTE variable?
- Node js on apache2 failed
- Apache2 Modsecurity configuration file error
- How to configure application inside the apache2 and application running on windows tomcat server
Related Questions in HTTP-STATUS-CODE-403
- 403 Forbidden Error when accessing any file or path
- Does a 403 error occur if there is no user-agent on the proxy network?
- WP PHP REST API returning 403 error on some files passed with curl from different website
- Error 403 in React fetching data from the Django endpoint
- localhost 403 using nginx
- While showing notebook inside my website Iframe, It shows “Couldn’t authenticate WebSocket connection” and codes are not executed
- 403 error accessing solr 8.11 on tomcat 9 (Windows)
- CORS issues when connecting to a WebSocket for SpringBoot + React projects
- Can't redirect to login page because of 403 error, security.JwtAuthenticationFilter : Received token from request: null
- Anyone know why I am getting a 403 using the below code to remove a track from a Spotify playlist?
- Azure app service (linux) with ASP.NET Core 8 Web API results in http 403 error
- Got this error in aws -{"error":{"root_cause":[{"type":"authorization_exception","reason":"User does not have permissions for the requested resource"}
- Why am I getting a temporary 403 Forbidden Error when accessing session protected pages on my web application?
- Site links have started giving 403 errors through Facebook debugger
- How to Access WordPress Posts as Subdomains Instead of Subdirectories?
Related Questions in HTTPFORBIDDENHANDLER
- 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request
- laravel-10 AWS SQS queue listen giving 403 forbidden in ECS container
- 403 Forbidden You don't have permission to access this resource. using nginx proxy pass to another nginx
- JavaScript can't download images programmatically (getting 403)
- Why do I lack permission for file editing in PHP?
- Submit a form going forbidden when some inline style defined
- ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()) in youtube-dl
- Mailgun - 401 forbidden
- How to scrape vessels from MarineTraffic
- aws sdk for go forbidden but aws cli works fine
- Order Deny, Allow, Deny from IP isn't blocking IP address, Not working
- Forbidden: You don't have permission to access / on this server (centos 7)
- Error when calling dynamics ax soap service method from php
- Php curl You don't have permission to access the file when uploading image
- LinkedIn Avatar 403 Response
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Without being shown the url, or being able to see the configuration, I'd say the most likely reason is that your apache settings are denying access based on the referrer.