Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified install instructions.
  • Loading branch information
JamesPhillipsUK authored Aug 5, 2017
1 parent 3d99dc9 commit ad01d60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ I'm a fan of simple instructions, so here's how to install the MonstrousCookies

1. Download all of the files from this repository into your web root folder.
2. Open CookieNotice.php in a text editor, do a Find and replace for `http://ThisSiteName/cookies/` with the URL of your Cookie Policy, replace `mailto:webmaster@ThisSiteName` with `mailto:`followed by your email address, and replace `ThisSiteNameCookies` with the name you want to give the cookie that monitors allowing cookies on the site.
3. Replace any instances of the phrase `<body>` with an instance of `<?php include('./Header.php'); ?>`.
3. Replace any instances of the phrase `</head>` ... `<body>` with an instance of:
```PHP
<?php include('./Header.php'); ?>
```
* Note: any pages saved as a `.htm` or `.html` to which you have done the above will beed to be renamed as a `.php`

## The Cookie Stuff
Expand Down

0 comments on commit ad01d60

Please sign in to comment.