kenjis / codeigniter-composer-installer

Installs the offical CodeIgniter 3 with secure folder structure via Composer
MIT License
377 stars 118 forks source link

Virtual Host #41

Closed ArmandArthur closed 5 years ago

ArmandArthur commented 5 years ago

Hello,

I have a virtual host on directory "public".

But i can't access to parent directory...

And i don't want see in the URL "public".

Could you help me?

ProjectOrangeBox commented 5 years ago

Assuming you are using Apache you will need to change your apache configuration file. Apache configuration is what determines where files are served from. In your case you need to specify the public folder.

DMyers

Sent via my iPhone.

On Jan 1, 2019, at 1:07 PM, Arthur Armand notifications@github.com wrote:

Hello,

I have a virtual host on directory "public".

But i can't access to parent directory...

And i don't want see in the URL "public".

Could you hepl me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ArmandArthur commented 5 years ago

Thanks, it 's works.