Actually, I tried without editing Rewrite rule but it did not work .
1 2008-02-11 13:09
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
2 2008-02-11 13:01
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
Editing the RewriteRule and RewriteBase did the job. Thanks.
3 2008-02-11 12:50
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
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
4 2008-02-11 12:40
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
forums. You also have to edit it to set RewriteBase properly.
I did not get you . How and what to edit ?
5 2008-02-11 10:08
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
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 .
6 2008-02-11 05:08
Topic: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
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