Sampat
Sampat

Reputation: 1309

Static HTML Page as Sharepoint page

I want to use my existing static HTML page as the sharepoint page(AS IS without any changes in look and feel). Is there a possibility and if so how....as I see from sharepoint to create pages it only shows me 2 options "Basic Page" and "Web Part Page" which both has a .aspx page. Can someone point me to the correct implementation.

Upvotes: 2

Views: 16542

Answers (1)

Prashant Lakhlani
Prashant Lakhlani

Reputation: 5806

Upload your html page in pages library and change your web application settings to permissive. That will do the trick. -- Edit --

  1. Go to Central Admin > Web Application management > choose your web application
  2. Click on general settings and go to section that says Browser File Handling. By default it is set to Strict, make it Permission and save the change.

I hope this will help you correctly update the settings.

Upvotes: 4

Related Questions