v4 added, php boilerplate added
This commit is contained in:
9
v4/.htaccess
Normal file
9
v4/.htaccess
Normal file
@ -0,0 +1,9 @@
|
||||
RewriteEngine On
|
||||
Options -Indexes
|
||||
RewriteBase /
|
||||
|
||||
# index.php?page=neco => neco/
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^([^/]+)/?$ ?page=$1
|
||||
|
Reference in New Issue
Block a user