sipes23/Omeka/master/install/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache