I'm sorry if this isn't the right forum thread to post this to. I looked at the project page but this is not a bug, it's just a procedural question.
I've been using Drupal since Drupal 5 and am very frustrated by the current direction of Drupal as I don't have access to the university's command line.
So my question is...
Is it possible to install Views Data Export without Symphony?
And if not, is there an alternate project that will allow me to export my views to csv?
Here is the case : I created a register form using a webform (I must do this way because this registration is not a classical one, so I can't use the usual registration page)
I indeed added fields to People to be able to use more field during registration.
The URL's on my Drupal website (first version 8, now version 9) has a weird problem that I can't seem to solve. The URL of almost all pages seems to alternate between 'regular' domain.com/news/etc and domain.com/index.php/news/etc . I don't really know what causes this. When I use the site myself I am always logged in and I see the 'clean' url, but anonymous users and crawlers see both the 'clean' url and the index.php variant.
Does anyone know what could be going on here?