Jump to content

[Solved] Rewrite Ruby on Rail apps


Riccardo

Recommended Posts

I've used the rewrite option on cpanel but i've noticed it won't work on subfolders.

So i had to modify manually the htaccess n order to have it working

I've changed the rewrite rule from:

 

RewriteRule ^/?$ .....

 

to:

 

RewriteRule .* .....

 

Can this be automatized for ruby on rail rewrite function button?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...