Sha256: 0591669f2479a7cb6079d1167af71dee946b48fc6e1045ae6580d53aa194ac5c
Contents?: true
Size: 432 Bytes
Versions: 18
Compression:
Stored size: 432 Bytes
Contents
<FilesMatch "index.php"> Allow from all </FilesMatch> <%= current_stage = fetch(:stage).to_s current_stage_htaccess_file_configuration_path = current_stage + '.htaccess.erb' sub_template_file_path = File.expand_path File.join(apache_configuration_path, current_stage_htaccess_file_configuration_path) if File.exists? sub_template_file_path sub_template = ERB.new File.read(sub_template_file_path) sub_template.result end %>
Version data entries
18 entries across 18 versions & 2 rubygems