chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

apache url issue mod rewrite #111

Closed ivo1981 closed 7 years ago

ivo1981 commented 7 years ago

I have a problem with the images in assets not showing. the url looks like: domain.com/index.php/assets/images/dashboard/circle_1.png it should be domain.com/assets/images/dashboard/circle_1.png this is an issue al over the site. I have used the .htaccess that is provided and I can confirm apache uses it. Any suggestions on how I can fix this?

ivo1981 commented 7 years ago

made a rule in .htacces that rewrites all requests to domain.com/index.php/assets/ to domain.com/assets/

chintanbanugaria commented 7 years ago

Sorry for late reply. Please make PR so that I can merge it accordingly. Thanks.