Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 738 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 738 Bytes

interopen.org

Contributing

Workflow for updating the site

  1. Get a clean and up-to-date copy of the website from the GitHub repository:

    https://github.com/INTEROPen/interopen.org.git

  2. Make changes to the site on your local machine

  3. Commit and push them back to GitHub (on the master branch)

  4. If you have permission, to deploy to the live site:

    • Connect to the live web server via FTP
    • Copy your local copy of the files to the /site/wwwroot directory

Rewrite Rules

If you want to add a rewrite rule for the web server, you need to add it to both the .htaccess file, and the web.config file.

Azure Hosting will use the web.config file, but Apache-based servers will use .htaccess.