Namecheap domain name | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Mar 2022, 9:01 PM
Abdullah
4 Answers
+ 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
19th Mar 2022, 12:46 AM
A͢J
A͢J - avatar
19th Mar 2022, 6:19 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
0
Done that but still the same thing
19th Mar 2022, 1:38 AM
Abdullah
0
Even tried just displaying a custom index.html but it keeps showing up the default page
19th Mar 2022, 5:49 AM
Abdullah