Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SEO URL issue
Hi im having a weird issue!
Im working on an iis server and the forum works a treat without the .htaccess in place - ie non seo urls.
If i enable it though i loose all styling on the forum as if the stylesheet link is broken.
I am using ISAPI rewrite on the forum which uses a htaccess file in the root of the site.
I have tried changing the rewrite base with no joy. do you have any suggestions on how i might get the seo urls working?
What does this part of the rewrite do?
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
Just so i can make sure it trnslates
Thanks all
Mike
Im working on an iis server and the forum works a treat without the .htaccess in place - ie non seo urls.
If i enable it though i loose all styling on the forum as if the stylesheet link is broken.
I am using ISAPI rewrite on the forum which uses a htaccess file in the root of the site.
I have tried changing the rewrite base with no joy. do you have any suggestions on how i might get the seo urls working?
What does this part of the rewrite do?
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
Just so i can make sure it trnslates
Thanks all
Mike
0
Comments
There is an equivalent in IIS's URL Rewrite 2.0, which I've written a short blog on here:
Using Vanilla Forums with IIS 7/7.5 and URL Rewrite (http://solutionevangelist.com/discussion/8/using-vanilla-forums-with-iis-77.5-and-url-rewrite)