This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/.htaccess
2021-02-21 15:40:04 -05:00

7 lines
No EOL
246 B
ApacheConf
Executable file

RewriteEngine On
RewriteRule ^home/?$ index.php
RewriteRule ^about/?$ about.php
RewriteRule ^projects/?$ projects.php
RewriteRule ^guides/?$ guides.php
RewriteRule ^privacy/?$ privacy.php
RewriteRule ^projects/opennic?$ projects/opennic.php