june
june

Reputation: 13

Deploying php page to GitHub Pages

I am trying to deploy an index.php page to GitHub Pages. Github Pages says that my site is published at this url, but when I open the link it's giving me an error 404 (page not found).

Upvotes: 1

Views: 738

Answers (1)

Abhishek Mugal
Abhishek Mugal

Reputation: 571

GitHub pages does not support server-side code or in other words, it only supports static pages made with HTML, JavaScript, jQuery and CSS only.

Upvotes: 3

Related Questions