Hello, I have setup a laravel project and created a subdomain to point that folder. Everything works well except that when i visit that subdomain in another tab, it throws 403 forbidden. I cant even access the htaccess file. Can you please solve it? It’s urgent.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, @dipendrac3
You can check the cPanel’s Apache error_log in order to track down the actual problem. You can tail the last 100 entries in the log using the following command:
- tail -n 100 /usr/local/cpanel/logs/error_log
You can also monitor the log almost in real-time using:
- tail -f /usr/local/cpanel/logs/error_log
Once you visit the subdomain in your browser the log should list the actual error.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.