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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → 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
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
not work, but i see in the permalink doblle folder same this: http://www.myste.com/forum/forum/40/news-about-the-time/
any help?
in the admin panel of my PunBB i see ".htacces file must be upload in the "extras" folder. I make it?
PunBB Forums → PunBB 1.3 troubleshooting → Need help for SEF Url
Powered by PunBB, supported by Informer Technologies, Inc.