G
George Moschovitis
Hello everyone,
I am trying to use the ForceType directive of apache
to get more readable urls, like this php based example:
<Files *>
ForceType application/x-httpd-php
</Files>
Does anyone know what is the equivalent of
application/x-httpd-php for mod_ruby?
I tried the following but failed:
AddType application/x-httpd-ruby .sx
AddHandler ruby-object .sx
<Files *>
ForceType application/x-httpd-ruby
</Files>
Any help will be really appreciated!
George Moschovitis
I am trying to use the ForceType directive of apache
to get more readable urls, like this php based example:
<Files *>
ForceType application/x-httpd-php
</Files>
Does anyone know what is the equivalent of
application/x-httpd-php for mod_ruby?
I tried the following but failed:
AddType application/x-httpd-ruby .sx
AddHandler ruby-object .sx
<Files *>
ForceType application/x-httpd-ruby
</Files>
Any help will be really appreciated!
George Moschovitis