path.php adında bir dosya oluşturun içine bu kodları ekleyin.
<?php
$dir = dirname(__FILE__);
echo "<p>Full path to this dir: " . $dir . "</p>";
echo "<p>Full path to a .htpasswd file in this dir: " . $dir . "/.htpasswd" . "</p>";
?>
daha sonra siteadi.com/path.php şeklinde dosya yoluna bakın.
Yardımınız için öncelikle teşekkür ederim.
Full path to this dir: /home/roidqcba/public_html
Full path to a .htpasswd file in this dir: /home/roidqcba/public_html/.htpasswd
Siteadi.com/path.php yapınca bunlar çıktı..
PHP sürümü hatası verdi demin, onu 8,1 yaptım şimdi bu hata ile karşılaştım.
Fatal error: The file /home/roidqcba/public_html/system/config/default.php encoded as type [1/72] cannot be decoded by this version of the ionCube Loader. in Unknown on line 0