Wow! thanks for the super fast reply DCZ.. I tried some changes before you replied back. They work perfect if I sent the URL like this..
- Code: Select all
http://www.example.com/forum/post-1/
But for forum.example.com/post-1/ it gives a page not found error. I also tried the settings that you recommended. Unfortunatly it did not work.
Hence I am going with example.com/forum itself as it works fine and I feel its not that bad too. Now, when I try using features like "Virtual Folder" in "phpBB SEO Class Settings" the rewriting works. However, the page does not display any image or css. Because the image and css path are also converted by phpbb3 mod rewrite.
The path becomes like this:
- Code: Select all
http://www.example.com/post-1/styles/prosilver/imageset/site_logo.gif
The post name gets added to the image and css path. Hence the page displays as a text only page.
Can you please guide me? Sorry for all the trouble.