Topic: Need help for SEF Url

hello Guys
I'ld like use the same SEF Url of this site, but when i set the "Folder base Fancy" in admin panel i received the 404 error.
Can Help me?
Bye Thanks

2 (edited by fantasma 2008-12-01 12:38)

Re: Need help for SEF Url

i have uncomment the rewitre base url in the file .htacces.dist but not work, mod_rewrite is active on my host.
I have my board in a folder name /forum/

# BEGIN PunBB

<IfModule mod_rewrite.c>
# MultiViews interfers with proper rewriting
Options -MultiViews

RewriteEngine On

# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly
RewriteBase /

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

# END PunBB

Re: Need help for SEF Url

Try this:

RewriteBase /forum/

Re: Need help for SEF Url

not work, but i see in the permalink doblle folder same this: http://www.myste.com/forum/forum/40/news-about-the-time/

Re: Need help for SEF Url

any help?

Re: Need help for SEF Url

in the admin panel of my PunBB i see ".htacces file must be upload in the "extras" folder. I make it?