I just recently changed to Digital Ocean to have full Shell access and stuff to advance my knowledge of code. I made a script and removed .php from url's to make them look nicer in the url bar and as well i have had to create a ".php" file so i can re-route users to the login.php page. Since i have created the .php file i keep getting a 403 error. Access Denied. Its the same error that shows up when you place "Deny from all" in a .htaccess to block traffic from viewing a includes folder or etc. The error i get in the error log is:
[Fri Jun 30 00:42:21.056280 2017] [authz_core:error] [pid 2808] [client 76.111.178.215:50805] AH01630: client denied by server configuration: /var/www/affattraction.com/public_html/login/admin/.php
If anyone has encountered this or knows how i can give permission to access the page ".php" it will be greatly appreciated! This worked on my old cPanel.
Thanks!