|
|
Registered User Currently Offline
|
Posts: 4
Join Date: May 2005
|
Hristo, Thanks for the response. I have another question, maybe you can help me. Search engine spiders have picked up on the dunamic URLs, and I wish to redirect any external requests for the dynamic links. I've been running into loops however, perhaps you can help.
The example I'm working with is the following, assuming I have the htaccess file in the forum directory:
Rewritecond %{REQUEST_URI} index\.php(.*)$
RewriteRule ^index\.php$ /index.php%1 [L]
Any help would be appreciated..I think it has to do the the fact that I am pointing to www.site.com/forums/ , and it is loading the index.php page by default. (Which it's supposed to do, however I don't want the search engines to see the .php extension.)
Thanks,
- Dan
|