Posting my questions here as well:
Currently my domain http://www.mayankag.com serves basic .html and .php files
For example, the traffic to / is directed to /index.php
Question 1:
If I follow the steps in the above tutorial, will the website support both .php files in the root, as well the bottle .py routes?
Question 2:
In your current setup, the urls need to have /index.fcgi/ in the beginning. How can I get rid of that? In other words, how can I setup such that the url looks:
http://www.yourdomain.com/hello/john
and NOT:
http://www.yourdomain.com/index.fcgi/hello/john
Question 1 is not important, I really just care about Question 2 i.e. how to get rid of index.fcgi in the url?
thanks
Mayank