I've just installed Craft 3 RC with Composer. Everything went fine. I moved the contents of the web directory to the public_html folder.
domain.com/admin and domain.com
both give blank screens. Where should I start my troubleshooting?
Folder structure
.composer craft config modules storage etc... public_html /cpresources .htaccess index.php web.config test.php If I add an index.html to the public_html folder, I can access it via domain.com, but I cannot access domain.com/test.php from public_html.
Thanks, Ben
public_htmlfolder is. When you create a new php file in this folder, can you access that one? Does your server point to that folder?