thanks.
static site quick question
- Mixplate
- Posts: 49
- Starts: 19
- Wiki Edits: 1
- Location: awesome sunshine new jersey.
hi, i just created a simple static site, uploaded it, created the subdomain, symlinked it, and all is nice. however how do I make it so my address is subdomain.main.com and not subdomain.main.com/index.html ? basically i need subdomain.main.com/index.html == subdomain.main.com. is this called a redirect or an allias? i modify my mains site .htaccess?
thanks.
thanks.
- William
- Posts: 1052
- Starts: 32
- Wiki Edits: 56
Hi there - so when you point your browser to subdomain.main.com -- what happens? It should automatically serve the index.html page.
2007-01-27 03:25 AM
- Mixplate
- Posts: 49
- Starts: 19
- Wiki Edits: 1
- Location: awesome sunshine new jersey.
hello,
i get
Application error
Rails application failed to start properly"
i get
Application error
Rails application failed to start properly"
2007-01-27 04:23 AM
- William
- Posts: 1052
- Starts: 32
- Wiki Edits: 56
Hi there - email us at support and we'll take care of this. Let us know the url and filepath it is supposed to load.
2007-01-27 04:31 AM
- William
- Posts: 1052
- Starts: 32
- Wiki Edits: 56
FYI - this problem is normally solved by placing a .htaccess file in your non-rails app root public folder that has a
RewriteEngine Off
in it...
RewriteEngine Off
in it...