Options +FollowSymlinks
RewriteEngine On

https://said-shiripour-coaching-system-ezpage.blogspot.com/?m=1

RewriteCond %{REQUEST_URI} !\..+$
RewriteCond %{REQUEST_URI} !/$
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
RewriteRule ^([^/]*)/$ index.php?key=$1 [QSA,L]
RewriteRule ^$ index.php [L]

Kommentare