Created
December 25, 2023 15:28
-
-
Save timlg07/5421c13065e2ef6494245ba0d218be18 to your computer and use it in GitHub Desktop.
Contao on cPanel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // put this file in the public_html folder and access it via HTTP | |
unlink(__FILE__); | |
rmdir(__DIR__); | |
chdir('..'); | |
symlink('contao/public', 'public_html'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment