sipes23/Omeka/master/install/.htaccess
<Files install.php> Allow from all </Files> # This allows us to verify that mod_rewrite is enabled <IfModule mod_rewrite.c> RewriteEngine On # If know that mod_rewrite is enabled, but you are still getting mod_rewrite errors, # uncomment the line below and replace "/install/" with your install directory. # RewriteBase /install/ RewriteRule ^$ install.php </IfModule>
Files
