. Htaccess mod_rewrite

0 Cevap php

merhaba ben benim siteyi ziyaret ettiğinizde bu ben kullanıyorum ne sonunda. php koymak zorunda değilsiniz ki bunu yapmak için çalışıyorum ama (godaddy hosting) çalışmıyor

Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

i just added the "Options +FollowSymlinks" today and it still didn't work. Thanks a lot

0 Cevap