0
Namecheap domain name
Good day all.. I bought a domain name from name cheap and I've uploaded my django application on cpanel but whenever I enter the domain name on the browser it's always showing the namecheap default page instead of the passenger_wsgi.py .. Please how can I get it to show the passenger_wsgi.py on the app instead of the namecheap default page
4 ответов
+ 4
Abdullah
Any domain service provider bydefault open a default page which is index.html or index.php or index.jsp so
You have to edit .htaccess file
In that file write this code:
DirectoryIndex required_file_name
Where required_file_name is your file name
+ 1
Abdullah Check out the official documentation for python webapp.
https://www.namecheap.com/support/knowledgebase/article.aspx/10048/2182/how-to-work-with-python-app/
0
Done that but still the same thing
0
Even tried just displaying a custom index.html but it keeps showing up the default page