içerir ve endeks üzerinde çalışmıyor alın

3 Cevap php

Benim index.php ile ilgili bir sorun var, ben ne içerik sunmak için karar bu küçük komut dosyası var

        <?php $clase = $_GET['clase'];
if ($clase == empresa) {include ("empresa.php");}
elseif ($clase == productos) {include("productos.php");}
else {include ($_SERVER['DOCUMENT_ROOT']."/inicio.html"); }
?>

i www.mysite.com / index.php gittiğinizde çalışıyor

ama öyle değil www.mysite.com gidin ve ben sadece bizim neden çözemiyorum zaman.

3 Cevap

Varsayılan dizin en tanımak için sunucu kurmak gerekiyor.

Ben Apache kullanımı ve httpd.conf dosyasında size DirectoryIndex değiştirmek isterim.

İşte benim kopyasıdır:

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.php index.htm index.html
</IfModule>

Sen tırnak eksik empresa ve productos edilir:

<?php $clase = $_GET['clase'];
if ($clase == 'empresa') {include ("empresa.php");}
elseif ($clase == 'productos') {include("productos.php");}
else {include ($_SERVER['DOCUMENT_ROOT']."/inicio.html"); }
?>

Içermesini sağlamak için sunucu üzerinde bulunmaktadır yolunu kontrol edin () empresa.php ve productos.php bulabilmesi