ajeetachal / ID_Generator

ID Card Generator: A web app developed with PHP, HTML, and CSS that lets users create personalized ID cards by entering their details. It dynamically generates the card with optional profile picture upload. Responsive design ensures a seamless experience. Easy to use and customizable. Check out on GitHub for collaboration.
0 stars 1 forks source link

Unable to redirect to second page. #1

Open ajeetachal opened 1 year ago

ajeetachal commented 1 year ago

I have just created a testing php application that take data from a form using post method and and use that data to generate a company ID card on second page "info.php". On local host its working perfectly with zero error , but after upload it on Github first its require index.html file then I change index.php to index.html and after that first index page working fine but it not allow to rediect on second page . web link https://ajeetachal.github.io/ID_Generator/ or clicke here

mainpage

it showing error " 405 Not Allowed " second-error page