Çalışmıyor efendim, aynı sorun.
Not Found
The requested URL /www/duzenle/1.php was not found on this server.
link yapısı:
<a href="duzenle/<?=$mId;?>">düzenle</a>
Çok iyi anladım ama, düzenle klasör değil ki. Dosya o. duzenle.php şeklinde.
Ayrıca 1.php de dosya değil müşterinin id numarası
duzenle.php?id=1 öncesi
duzenle/1/ sonrası :(
Nerede hata yapıyorum anlamış değilim. Verdiği hata sonucu hala aynı; kişi id' sini 1.php olarak görüyor.
"The requested URL /www/duzenle/1.php was not found on this server."
Zaten duzenle.php yi göstermek istiyorum
Dediklerin gibi yaptım:
.htaccess:
RewriteRule ^duzenle/([^/]*)$ duzenle.php?id=$1 [L]
link yapısı
<a href="edit/<?=seo(id);?>">düzenle</a>
düzenle dediğim zaman http://local/www/duzenle/1 olarak çıkıyor ama
sayfanın verdiği hata ise
"The requested URL /www/duzenle/1.php was not found on this server."
Burada çıkan 1 normalde müşterinin id ' si
ama sayfa olarak algılıyor. o yüzden 1.php dosyası yok diyor.
Dediğiniz gibi yaptığım zaman aldığım hata:
Not Found
The requested URL /www/duzenle/1.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.