Symfony 4 in subdirectory
问题 I'm a French developer and I did install Symfony 4 on a subdirectory of my wamp localhost. My project is named "cardMaker". I've a .htaccess file to redirect towards the public directory (index.php) : <IfModule mod_rewrite.c> RewriteEngine On RewriteRule "^$" public/ [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . srcAngular/index.html [L] </IfModule> That works. But, when I open http://localhost/cardMaker/ , I have this issue How can I set the base