You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to auto-generate the .htaccess when you do composer require webapp ?
I believe its not only me, but many users too. create new project, do the usual stuff.. create controller then add route for url /blog then baam! not found.
happened few times already (long interval), took me hours to figure it out. then realise there's no .htaccess yet.
just suggesting if possible to autogenerate the .htaccess containing like:
Uh oh!
There was an error while loading. Please reload this page.
Description
hi,
is it possible to auto-generate the
.htaccess
when you docomposer require webapp
?I believe its not only me, but many users too. create new project, do the usual stuff.. create controller then add route for url
/blog
then baam! not found.happened few times already (long interval), took me hours to figure it out. then realise there's no
.htaccess
yet.just suggesting if possible to autogenerate the
.htaccess
containing like:or whatever Symfony team best to address the issue. :)
Example
No response
The text was updated successfully, but these errors were encountered: