/Forum klasörü içerisinde .htaccess dosyası olusturup içerisine şu kodları ekler misin.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?p=$1 [L]