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
2020-03-06 20:40:46 -05:00

6 lines
No EOL
209 B
ApacheConf
Executable file

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