Closed arnauldb closed 4 years ago
Hi @arnauldb,
Normally if you can access your Shaarli from both url, you can use any of them in Shaarlier. Make sure that the API rest is enabled in your settings and that mod_rewrite
is enabled on your Apache and correctly configured, see Shaarli documentation
Let me know if you need any more information,
Hi @arnauldb,
Another possibility is a missing piece in you Apache configuration: have you correctly added the following to your virtualhost?
<Directory /var/www/shaarli.mydomain.org/>
# Required for .htaccess support
AllowOverride All
Order allow,deny
Allow from all
</Directory>
access my shaarli instance with https://xxxxx.com/shaarli
I cannot, but rather see a sedo-parking-page. May this be the issue?
@mro Same, I guess this was probably an example URL @arnauldb gave.
Anyway I'm closing this.
Hello, I tried to input my shaarli url with: https://xxxxx.com/shaarli and shaarli.xxxx.com but none of them work. I can of course access my shaarli instance with https://xxxxx.com/shaarli Which url do I have to use in Shaarlier? Thank you.