Sha256: 546813982595983adfc2c031a1c5e35053372583741395ce7848afa289afd407

Contents?: true

Size: 995 Bytes

Versions: 44

Compression:

Stored size: 995 Bytes

Contents

<IfModule mod_ruby.c>
  RubyRequire apache/ruby-run
  RubySafeLevel 0

  <Files *.rbx>
    SetHandler ruby-object
    RubyHandler Apache::RubyRun.instance
  </Files>
</IfModule>


RewriteEngine On
RewriteRule ^fcgi/([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)/([0-9]+)$ /$1_controller.fcgi?action=$2&id=$3 [QSA]
RewriteRule ^fcgi/([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)$ /$1_controller.fcgi?action=$2 [QSA]
RewriteRule ^fcgi/([-_a-zA-Z0-9]+)/$ /$1_controller.fcgi?action=index [QSA]

RewriteRule ^modruby/([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)/([0-9]+)$ /$1_controller.rbx?action=$2&id=$3 [QSA]
RewriteRule ^modruby/([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)$ /$1_controller.rbx?action=$2 [QSA]
RewriteRule ^modruby/([-_a-zA-Z0-9]+)/$ /$1_controller.rbx?action=index [QSA]

RewriteRule ^([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)/([0-9]+)$ /$1_controller.cgi?action=$2&id=$3 [QSA]
RewriteRule ^([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)$ /$1_controller.cgi?action=$2 [QSA]
RewriteRule ^([-_a-zA-Z0-9]+)/$ /$1_controller.cgi?action=index [QSA]

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
devise_sociable-0.1.0 vendor/bundle/gems/actionpack-1.4.0/examples/.htaccess
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/actionpack/examples/.htaccess
actionpack-0.9.0 examples/.htaccess
actionpack-0.9.5 examples/.htaccess
actionpack-1.0.0 examples/.htaccess
actionpack-1.1.0 examples/.htaccess
actionpack-1.0.1 examples/.htaccess
actionpack-1.12.0 examples/.htaccess
actionpack-1.12.1 examples/.htaccess
actionpack-1.10.2 examples/.htaccess
actionpack-1.11.0 examples/.htaccess
actionpack-1.10.1 examples/.htaccess
actionpack-1.11.2 examples/.htaccess