Reply
Wed 22 Dec, 2004 04:50 am
Edit (Moderator): Link removed i have uploaded the forum on that link..
and i used the SEO v 2 mod and the static html mod.. but with i click on the link it give me error that the file does not exist.. i have checked that mod-rewrite in apache is working but dunno why its not working with phpbb
thanks
regards
You probably should have posted this in the thread for that mod (helps keep their system organized).
You are not laying to many specifics on the line. I am assuming that the html url is being generated by the modified script (rather than viewtopic.php?etc.. the links are saying something.html).
If this is the case, then it sounds like you need to look at the .htaccess file.
If it is configured correctly, it will tell the server how to handle the request. The file needs to be in the same directoy as the index.php file as indicated.
ReWriteRule ^forum.* is telling the server when a request comes in for forum dot anything (forum.html - forum.htm - forum.php - forum.hello) open this file (put simply).
If you did the mod carefully and paid particular attention to what you where modifying (not slopy), the mod works. If you modified it to suit your needs, you may not have matched things up write with the generation of links, or the ReWriteRule in the .htaccess file.
Hope that proves helpful.
Good luck.