16
Hi Ghia & Mark, thanks for the reply. Ghia i did everything as you said. I had misplaced the files and now as per your suggestion placed those files to respected directories. Now site is working as before but there is no change in url. If i am trying to open my site by domain.com/forum it shows 404 error(/forum was not found on this server)
but domain.com/modules/newbb is working fine
my HTACCESS file is as below
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^snprofile/(.*)$ /modules/yogurt/$1 [QSA,L]
RewriteRule ^forum/(.*)$ /modules/newbb/$1 [QSA,L]
RewriteRule ^blogs/(.*)$ /modules/wordpress/$1 [QSA,L]
RewriteRule ^chat/(.*)$ /modules/x7chat/$1 [QSA,L]
and remaining everything is done as mark said.
I saw many comments that Marks's hack worked for them but why is it not working for me i am unable to find it.. Please help..