bad links

My links doesn't work with some web hosting services without "index.php":

...com/admin/
...com/admin/simple-pages/index/edit/id/1

>>> Sorry, this page doesn't exist.

They should be renamed in the browser:

...com/admin/index.php
...com/admin/index.php/simple-pages/index/edit/id/1

Why is that?

Your mod_rewrite settings probably need some tweaking. Try adding this line to your .htaccess file, after RewriteEngine On:

RewriteBase /

Let us know if that works.

Unfortunately does not work..

Which web hosting service?

000webhost (I use this only for testing)

Edit the omeka/admin/.htaccess file, and add the following line:

RewriteBase /admin/

Let me know if that works.

Thanks, it works!