symfony 1.4 - .htaccess load from sub folder but keep on showing main domain -


i have install has web folder has website stored in this. how can make domain load folder within public_html folder.

the domain like: sub.domain.co.nz

don't put entire symfony project under public_html folder - cause of project files accessible on web, including .yml files include sensitive information database passwords!

put symfony project files in folder not web accessible. configure web server documentroot points path of web folder of symfony project, , modify paths of aliases.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -