diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-27 19:03:41 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-27 19:03:41 -0400 |
commit | 2d90cc615120fcc892c1b22a2d00578b1c486c72 (patch) | |
tree | e2313750c3d26d78cac3dd4d343755486cc74099 | |
parent | b3e082ac55846318dfd3d611c14a3b94a252f72e (diff) | |
download | site-2d90cc615120fcc892c1b22a2d00578b1c486c72.tar.gz site-2d90cc615120fcc892c1b22a2d00578b1c486c72.tar.bz2 site-2d90cc615120fcc892c1b22a2d00578b1c486c72.zip |
nginx isn't redirecting /blog to /blog.php like it would with html
so I have to resort to this :(
Diffstat (limited to '')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ } ?> </p> - <a href="/blog">more...</a> + <a href="/blog.php">more...</a> </div> </div> </div> |