I have just setup Pimcore using command line,
composer create-project pimcore/pimcore ./pimcoretest
All directory and files are setup using above command.
My path for PIMCORE in linuxMint is,
/var/www/html/pimcoretest/
When i am fire request for installation of pimcore,
http://127.0.0.1/pimcoretest
its redirect to
http://127.0.0.1/install
Just throw the error message like,
Not Found
The requested URL /install/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 127.0.0.1 Port 80
Any clue for install pimcore in mint os using subdirectory?
Thanks.
Pimcore doesn't support installation in subdirectories. There is also no easy way to achieve that unofficially.
See this site: https://www.pimcore.org/docs/latest/Getting_Started/Installation.html
I suggest you use a subdomain instead which will work perfectly fine: pimcoretest.yourdomain.com