![]() |
| ||||||||||
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| If you have an existing application, Change the line in your Rails application’s public/dispatch.fcgi. Change Quote:
Quote:
Make sure Apache can find dispatch.fcgi Now edit your app’s public/.htaccess and change/add the following lines to make sure that the Rails app is using FastCGI and that it knows that the app is living in a subdirectory. Change: Code: RewriteRule ^(.*)$ dispatch.cgi?$1 [QSA,L] Code: RewriteBase /testapp RewriteRule ^(.*)$ dispatch.fcgi?$1 [QSA,L] Make sure that dispatch.fcgi is executable: Code: $ chmod 755 public/dispatch.fcgi |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can anyone recommend a good site to register a Domain? | tarra | SEO - Search Engine Optimization | 1 | 02-15-2010 12:45 AM |
| Having problems with HTML tables? | ieric23 | HTML/CSS/DHTML | 1 | 01-24-2010 05:38 AM |
| What is the geometry postulate that goes with this pic? | uhyeah321 | PHP | 1 | 01-21-2010 11:39 PM |
| swollen tonsils? difficulty swallowing anything? | kErOro<3 | Health Section | 0 | 12-31-2009 04:31 AM |
| iphone 3gs vs. HTC HD? | Moon *( Prince | HTC Mobile | 0 | 12-24-2009 12:54 PM |