skip to Main Content

Laravel shared hosting, index.php not pointing to root but staying at public_htmls – CPanel

I have been working on deploying my Laravel app on a shared hosting using cpanel. However, I an getting this error: [08-Sep-2018 07:38:43 UTC] PHP Fatal error: require(): Failed opening required '/home/daankraa/public_html/../../supersax/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/daankraa/public_html/index.php on line 24 From what…

VIEW QUESTION

How set sub directories/folders in public_html 403 forbidden – CPanel

I'm using Codeigniter with Hostgator shared hosting. How to set sub directories/folders in public_html 403 forbidden? but the files in this folders is accessable. example: /public_html/this_forlder_forbidden/this-file-not-forbidden.ext example 1 /public_html/js/jquery.js /public_html/css/style.css below is my .htaccess file codes in /public_html/ directory. RewriteEngine…

VIEW QUESTION
Back To Top
Search