htaccess Apache ile tüm linkleri ana sayfaya yönlendirmek

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?path=$1 [NC,L,QSA]

  • 0 Users Found This Useful
Was this answer helpful?