first commit
This commit is contained in:
12
public/.htaccess
Normal file
12
public/.htaccess
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
|
||||
|
||||
RewriteCond %{REQUEST_URI} !(.*)\.(css|js|htc|pdf|jpg|jpeg|gif|png|ico)$ [NC]
|
||||
|
||||
RewriteRule ^compteur/?$ index.php [NC,L]
|
||||
RewriteRule ^releve/?$ index.php [NC,L]
|
||||
RewriteRule ^[^/]+/(\d+)$ index.php?id=$1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user