Hi guys I’m having a strange symfony problem.
I’m developing currently on my localhost and when I turn of frontend_dev no route is working anymore. Just the index ://
I’ll make an example for you to specify my problem:
localhost:8080/frontend_dev.php/ -> shows the index
localhost:8080 -> shows the index
localhost:8080/frontend_dev.php/some_route -> shows where its going
localhost:8080/some_route -> URL not found on this server.
My question is: How can I get my page to work again without constantly frontend_deving?
I found the error. My problem was the switch to a new apache which had
mod_rewritedisabled.