dimtion / Shaarlier

Simple Android app for sharing links on Shaarli.
GNU General Public License v3.0
97 stars 11 forks source link

Wrong url to my shaarli #45

Closed arnauldb closed 4 years ago

arnauldb commented 4 years ago

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.

dimtion commented 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,

dimtion commented 4 years ago

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>
mro commented 4 years ago

access my shaarli instance with https://xxxxx.com/shaarli

I cannot, but rather see a sedo-parking-page. May this be the issue?

dimtion commented 4 years ago

@mro Same, I guess this was probably an example URL @arnauldb gave.

Anyway I'm closing this.