Good afternoon,
I performed the usual Omeka installation. http://5.189.129.140/acervos/
However, when I try to access the links on the page it presents an error. http://5.189.129.140/acervos/items/browse
Only when I enter index.php do I get access. http://5.189.129.140/acervos/index.php/items/browse
How can I fix this?
Thank you
This is a problem with your .htaccess, almost certainly one of:
- the .htaccess file is missing
- you don’t have AllowOverride enabled in the Apache config
- you don’t have mod_rewrite enabled for Apache
Worked by changing apache2.conf
AllowOverride All
thank you
system
Closed
#4
This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.