Htaccess hata.

0 Cevap php

Ben şu htaccess kullanıyorum:

Options +FollowSymLinks
Options +Indexes
RewriteEngine On

RewriteBase /
RewriteRule ^CuraXL/(.*)$  "CuraXL/index.php?pageRequest=$1"
RewriteRule ^CuraXL/(.*)/$  "CuraXL/index.php?pageRequest=$1"

Php aşağıdakileri yapmak zaman:

<?php echo $_GET['pageRequest']; ?>

Bu "index.php" çıktılar. Yerine i hakkında "-Bizim" olma isteği ne.

Herhangi bir fikir ne kadar oldu?

0 Cevap