AKoyun adlı üyeden alıntı: mesajı görüntüle
asd.com/#/deneme
Cycl0ne request urı ile nasıl alacagız acaba ?
index.php adında bir dosya oluşturun.
<?php
echo $_SERVER['REQUEST_URI'];
?>
.htaccess adında bir dosya daha oluşturun
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$|index.php$ index.php/$1 [L]
</IfModule>
şimdi attığın hosta git çalıştır
siteadi.com/#/nasil-guzel-mi-?