Initial Commit
This commit is contained in:
commit
67767e3faa
11 changed files with 343 additions and 0 deletions
6
.htaccess
Executable file
6
.htaccess
Executable file
|
@ -0,0 +1,6 @@
|
|||
RewriteEngine On
|
||||
RewriteRule ^home/?$ index.php
|
||||
RewriteRule ^about/?$ about.php
|
||||
RewriteRule ^projects/?$ projects.php
|
||||
RewriteRule ^guides/?$ guides.php
|
||||
RewriteRule ^projects/opennic?$ projects/opennic.php
|
Reference in a new issue