Mod_rewrite ile ilgili sorunlar, yardım!

0 Cevap php

I have the php mail function on a page but every time I load that page, I wil get 8-12 mails instead of 1 mail. The problem is the htaccess I suppose.

. Benim htaccess:

Options +FollowSymLinks
Options -MultiViews

RewriteEngine On

RewriteCond %{ENV:REDIRECT_STATUS} ^$  
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?q=$1 [QSA,L]

Lütfen bana yardımcı olun, ben Google'da bu sorunu bulamıyorum ve ben neredeyse 2 gün boyunca arama değilim.

0 Cevap