With 500 Plantillas. You do not have to be an expert to construct your Web!
More info
Prove it during a month and if you are not satisfied we give back the money to you without questions.
More info
the panel of the control is most complete than I have seen… More
Simple Easy Fs
It includes in your Web the applications that prevail in Internet: Forums, Blogs, managers of contents
.
In your site you can install developed customized applications Web in programming language Ruby.
If you wish to install an application written in Ruby:
/htdocs
directory and it creates a subdirectory where the archives of the application must reside. We put that this directory is called your_application
.Htdocs/your_application
loads the archives of the application to the directory..htaccess
in this directory, opens it in a text editor and add the following lines to him:RewriteEngine On RewriteRule ^$ /public/index.html [L] RewriteCond % \ {REQUEST_URI}! ^/your_application/public
RewriteRule ^ (. *) $ /public/ $1 [L] RewriteCond % \ {REQUEST_FILENAME}! - f RewriteRule ^ (. *) $ public/dispatch.fcgi/$1 [QSA, L]
Your_application/public/.htaccess
eliminates the fileyour_application/public/dispatch.fcgi in
a text editor and introduces the following lines: #! /usr/bin/rubyNow the application Web will be accessible in the URL: http://tu-dominio.com/your_application.