Login.html change to login.php

Yea but the first file that DA reads is login.html.

Is there a way we can change login.html to login.php so that the first file that DA read is login.php
 
Use login.html to redirect to your external login.php page.
 
Have you tried including php code in index.html? It might work.
 
How about changing index.html so it's just a redirect to index.php? Have you tried that?
 
<meta http-equiv="REFRESH" content="0;url=login.php">
 
Back
Top