nginx isn't redirecting /blog to /blog.php like it would with html
so I have to resort to this :(
This commit is contained in:
parent
b3e082ac55
commit
2d90cc6151
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<a href="/blog">more...</a>
|
<a href="/blog.php">more...</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue