-
Notifications
You must be signed in to change notification settings - Fork 0
Changing htaccess #33
Comments
I also stumbled on the default Furthermore, one should give also an @garyee could you please post your |
@garyee we are in the process of merging all the forks out there and resolving some frequently reported bugs. Once this is done we can make a stable release. This would be (like the original gitlist a zip file to download and install on the server. This would make the focus of the GitHub hosted files for development. In the mean time I guess one thing we need to solve is how the different config (Apache 2.2 vs 2.4 or Apache vs NGINX) should be part of the files. It will be difficult to have a single file for each env. |
Here is my current config for an Apache 2.4 virtual host:
As one can see, no RewriteRules or RewriteBase is involved and |
For me it would be okay to define the (Github) master as development, as one needs to do the "composer install" in order to get it to work and as there is the zip file for those only want to use gitlist. |
@garyee in our yesterday's meeting we have agreed on this procedure and I will implement that soon. |
Hi,
so as I said in #27 I cloned the master (from my fork) for development. Thing is, that I had to make changes to the .htaccess file in order to make gitlist work. Git naturally picked up on those changes and wanted to commit them, which would not be good.
As I see it when getting the master all should work out of the box, IF one uses the default configuration that is written in the documentation.
So that if one does not use the default config, one would have to change things.
That said, it would be good to have eigther a htaccess that is working for all systems out of the box, or have none by default and have the system work anyways ... IF configuration is default.
And have a .htaccess_default that the user can edit. (and add the .htaccess to the gitignore)
The text was updated successfully, but these errors were encountered: