httpd.conf içindeki düzenlemeyi yaptım.
apache reset de attım,
http://localhost/site/
#Options +FollowSymLinks
RewriteEngine On
RewriteBase /site
RewriteRule ^/([0-9]+)/$ index.php?pageid=$1 [L,NC]
yazdım,
http://localhost/site/.htaccess htaccess'in bulunduğu yer,
http://localhost/site/2/ yazıyorum, page not found diyor.
Yardımcı olabilir misiniz ?
Nerede hata yapıyorum??