Access PHP file directly via http & IP address
11-13-2018, 05:54 PM
(This post was last modified: 11-13-2018, 06:36 PM by 7rdoq.)
I want to upload a private PHP file to common folder - public_html; basically I don't want to upload to any website
And I want to access this file via browser in http, may tell me there's any solution?
Like, when I enter IP into address bar of browser, php file will be run & processed
Regards
There's a solution at https://github.com/sentora/sentora-core/...-150398764
Followed guide, may access to TXT files, but error 500 with PHP files
May you tell me?
And I want to access this file via browser in http, may tell me there's any solution?
Like, when I enter IP into address bar of browser, php file will be run & processed
PHP Code:
http://xx.xx.xx.xx/public_html/some.php
Regards
There's a solution at https://github.com/sentora/sentora-core/...-150398764
Followed guide, may access to TXT files, but error 500 with PHP files
May you tell me?