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 best solutions below
Related Questions in APACHE
- .htaccess redirect 403 error files to 404 error document
- RestApi server code is not workinng
- Convert Apache VirtualHost to nginx Server Block for Dynamic Subdomains
- Looking the Method that MANUALLY INSTALL PHP on OSX Yosemite
- Premature end of script on VPS
- Rasterization with Javascript looks different on Apache server
- Vagrant - Ansible error installing Apache
- Can't use subdomain in Chrome using Apache (XAMPP)
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- Redirect keystone app to sub directory using htaccess
- How can I integrate Solr5.1.0 with Nutch1.10
- Disconnect Client connected to cgi application
- Solr ping taking time during full import
- How to redirect an incoming request to specific serverName to different server in apache2?
- What is the correct way to link Django Flatpages?
Related Questions in .HTACCESS
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- About HTTP_HOST & PHP_SELF
- .htaccess redirect 403 error files to 404 error document
- RestApi server code is not workinng
- Missing images after I redirect to a subdirectory using route.php and/or .htaccess in CodeIgniter Framework
- Internal 500 server error: .htaccess: RewriteCond: bad flag delimiters
- Error 404 not going after Wordpress Permalink change to custom structure
- How work with parked domain names in Codeigniter?
- Redirect keystone app to sub directory using htaccess
- .htaccess rewrite condition to remove 'www' from 'https://www'
- Change displayed URL using htaccess
- .htaccess file making new domain redirect to my original domain
- htaccess www to non-www for subfolders
- htaccess redirect url with multiple folder
- Url friendly htaccess PHP
Related Questions in APACHE2
- How to redirect an incoming request to specific serverName to different server in apache2?
- phpinfo() uses old version. What am I missing after "make install"?
- Why does open() fails every time with EAGAIN?
- Problems with mod_auth_token installation
- Where is that folder /etc/apache2/sites-available on mac os yosemite?
- Keel alive mysql, php and apache2
- Apache2- need multiple projects with same domain that use different path after domain name
- Create vhost-file from mysql via shell script
- How can I access localhost upload.php using apache2 proxy setting from my locally running AngularJS application
- Redirecting subdomain to its sub folder, Safari showing too many redirect occured trying to open
- Redirect http to https and then redirect it to subdomain's folder?
- OctoberCMS : Have to go to index.php
- Image Magick on OpenSUSE: Fatal error: Class 'Imagick' not found
- Vagrant synced folder issue on windows?
- How to process argument with dot in .htaccess?
Related Questions in HTTP-STATUS-CODE-403
- SSL certificate error 403.13 in IIS 7.5
- VVV 403 Forbidden error (vagrant)
- Error 403 when posting on Facebook a Joomla URL for multilingual site
- One of the controllers return 403 after publishing
- Ajax Call Returns 403 From Asp
- W7, apache, php: 403 Forbidden You don't have permission to access /phptest/phpinfo.php
- Google Webmaster API - Mark crawlerros as fixed
- file_get_contents won't return the source code
- 403 Error for user verification (API)
- 403 Forbidden Error with Wordpress
- Cordova Android App can't post 403 Forbidden
- AJAX POST 403 Permission Denied Error - Even though I am sending auth headers
- Python 3.5 urllib.request 403 Forbidden Error
- Prestashop 1.7.0.3-1.7.0.2 Fresh Install 403 Error
- Complicated Wordpress scenario trying to get https up and running
Related Questions in HTTPFORBIDDENHANDLER
- sitecore - allow access to sitemap.xml while disallowing other xml files
- Submit a form going forbidden when some inline style defined
- Glimpse.axd 403ing On IIS
- curl post php 403 forbidden
- Php curl You don't have permission to access the file when uploading image
- JavaScript can't download images programmatically (getting 403)
- Why am I getting 403 Forbidden when I enter a url directly but not when I click the link?
- How to download a image from a protected link
- React giving me 403 forbidden error when making an API call
- Jupyterhub service unavailable error and http :403 forbidden
- Plesk forbidden 403 getting bootstrap style (nginx)
- 403 Forbidden when accessing image
- 403 Forbiddenh in Client's Server
- Website is ignoring System.Web.HttpForbiddenHandler and allowing download of web.config
- 403 forbidden error in perl wget command
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)
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?
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.