how i can set my homepage?(ror problem)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<VirtualHost *:8080>
DocumentRoot C:/ror/
ServerName rails
Options Indexes ExecCGI FollowSymLinks
RewriteEngine On
AliasMatch ^/([^/]*)(.*) "c:/ror/$1/public$2"
</VirtualHost>  
 
i have added the sentences above.now,i can visit my 'test' page by visiting the url http://rails:8080/test/
the folder  'test'  is created by the rails command.but i how i can set my homepage?in php,i can place a file name index.php in
c:/test/,while apache show me the message '404 not found' after i created the folder 'index'.
in brief,i want to visit the url http://rails:8080/  .but how i can do?
thanks!
 

mghohoo
2008-01-15

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux