jgrunder / website-aion

Website created for RealAion, and now available for free :) Yeah i'm a nice guys. And the agreement of PML (Ex-Administrator of RealAion)
2 stars 0 forks source link

issue with directory #62

Open blitzzone opened 7 years ago

blitzzone commented 7 years ago

Hi i need to ask how can i put the website file on www folder only not in public? not laravel file currently i put all the fiile include laravel in www folder but i need to go to /public to access the file website if i put /public/ folder in main www i will get an error

ghost commented 7 years ago

You have to use public folder (general app config, security, etc.) If you use Apache, you have to set your RootDirectory to laravel/public folder.

Of course, to use this website, you need the entire Laravel folders and follow all instructions from README file.