Cevaplar
-
sanırım klasor dizinleri icin soyle bir kodlama isini görebilir..
DirectoryIndex index.php RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ %{REQUEST_FILENAME} [L] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME}/index.php -f RewriteRule ^ %{REQUEST_FILENAME}/index.php [L] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule ^ 404/ [L] RewriteRule ^(.*[^/]) index.php?var=$1 [QSA,L]