Actually, I tried without editing Rewrite rule but it did not work .

Editing the RewriteRule and RewriteBase did the job. Thanks.  smile

Hmm, its

# BEGIN PunBB

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /rewrite.php [L]
</IfModule>

# END PunBB

forums. You also have to edit it to set RewriteBase properly.

I did not get you . How and what to edit ?

yes , i have uploaded the .htaccess and /rewrite.php

btw, rewrite.php n .htaccess has to be in the forums/ folder or in main root/ ? I have punbb and rewrite in /forums .

I activated SEF URL (File Based, Fancy) , url scheme but now nothing is working except the main page. If I open a page .

Not Found
The requested URL /rewrite.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.39 Server at www.site.com Port 80