htaccess fajl elkeszult
modositani kell majd az ajax hivast edzes letrehozasnal bekerulnek az edzok
This commit is contained in:
12
.htaccess
Normal file
12
.htaccess
Normal file
@@ -0,0 +1,12 @@
|
||||
Options +FollowSymLinks -MultiViews
|
||||
# Turn mod_rewrite on
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
|
||||
# RewriteRule ^product/(([0-9]/[0-9a-zA-Z-\s]+)+)$ product.php?id=$1&string=$2
|
||||
|
||||
RewriteRule ^([a-z_]+)\/?([0-9a-z]*)\/?([0-9a-z]*)$ index.php?page=$1&subpage=$2&id=$3 [NC,L]
|
||||
|
||||
|
||||
|
||||
# RewriteRule ^\/?([a-z_]+)\/?([0-9a-z_\.\?\&\=]*)\/?(.*)$ index.php?page=$1&subpage=$2&id=$3 [NC,L]
|
||||
Reference in New Issue
Block a user