New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shaarli 0.10.0 : .htaccess gives error 500 #1196
Comments
|
I don't know if it's mandatory or not. However, it's possible to just edit .htaccess and not wipe it out entirely. Comment out this bit with pound signs and it'll work. I ran into this problem, too, and this is how I fixed it. |
|
Thanks, it worked ! |
|
Hi, sorry for the delay. These lines have been added for the REST API, see @virtualtam's answer in this thread. Which version of Apache are you using? Do you have any special directive in your virtual host configuration? |
|
My PHPInfo : https://gilles.wittezaele.fr/phpinfo.php |
|
@Draky50110 Can you create a temporary PHP file containing: Display it, and check if you see |
|
https://gilles.wittezaele.fr/mod.php |
|
Crap. Well, can you try to apply the patch in #1200 and see if it results in a 500 HTTP error? |
|
Downloaded this https://raw.githubusercontent.com/shaarli/Shaarli/8aca613b07c9d9af11a84d33e88c00b1c32eee02/.htaccess |
|
Ok, thank you. Apache changed its There is not much we can do for Shaarli's |
|
Ok. |
|
Can't go to Apache 2.4 so... |
|
Here is what you need to do to make Shaarli work properly on Apache 2.2 with
Example for the root Here is a list of
You also need to edit the file |
|
On a side note, I can understand why a shared hosting company wouldn't want to upgrade to an Apache version which contains breaking changes, however, you can at least advise them to enable |
|
Thanks for the fix, will test it soon :) |
|
Yes, working on a testing instance :) |
Hello.
Tried to update from 0.9.6 to 0.10.0 and .htaccess gives me "Internel Server Error" so i deleted .htaccess.
Is it mandatory ?
The text was updated successfully, but these errors were encountered: