Dec 10, 2023
Link Your Homepage in Purdue
Some Other Tweaks
- It may be helpful to specify resources in absolute path, e.g.
<script src="//zhtluo.com/header.js"></script>
- It may be helpful to allow cross-site-reference. Add this to the Apache2 config file:
Header set Access-Control-Allow-Origin "*"
Then run
a2enmod headers
service apache2 reload