Forums » bad links

RSS feed for this topic

Info

Tags

No tags yet.

  1. 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?

  2. 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.

  3. Unfortunately does not work..

  4. Which web hosting service?

  5. 000webhost (I use this only for testing)

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

    RewriteBase /admin/

    Let me know if that works.

  7. Thanks, it works!

Reply

You must log in to post.