Skip to content

Commit

Permalink
Add .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
supuna97 committed Jun 15, 2022
1 parent 4c7b957 commit 2abc53a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ErrorDocument 404 /page_not_found.php
#Not Found

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

0 comments on commit 2abc53a

Please sign in to comment.