-
Üyelik
24.06.2011
-
Yaş/Cinsiyet
34 / E
-
Meslek
Front End Developer
-
Konum
İstanbul Avrupa
-
Ad Soyad
F** Ş**
-
Mesajlar
2933
-
Beğeniler
745 / 744
-
Ticaret
60, (%100)
Hocam şu anki htaccess'in içindeki kodları silip, benim verdiğim kodları htaccess'e ekleyin.
#SetEnv APPLICATION_ENV development
DirectoryIndex /public/index.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.+) $1 [L]
RewriteCond %{DOCUMENT_ROOT}/public%{REQUEST_URI} -f
RewriteRule ^(.+) /public/$1 [L]
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /public/index.php?q=$1 [L,QSA]
#RewriteRule !\.(js|ico|gif|jpg|png|css|xml|xslt)$ /public/index.php