But with UrlMethod 2 I have problems in using some features of the site.
Features which are not working:
- "admin links" in story listing
- All user profile related links
- Newest Stories, Oldest Stories, Most Popular, Least Popular
I tried to figure out the problem by digging the .htaccess file and found a temporary fix.
If I change the line
Code:
RewriteRule ^user/view/([a-zA-Z0-9+]+)/([a-zA-Z0-9+]+)/?$ user.php?view=$1&login=$2
Code:
RewriteRule ^user1/view/([a-zA-Z0-9+]+)/([a-zA-Z0-9+]+)/?$ user.php?view=$1&login=$2
IT WORKS.. same is the case for the rest of the non working URLs.
I don't know how/why it worked after changing the rewrite rule line in the .htaccess file, it worked. But its not really a solution for me since updating all the links in the script will be a nightmare.
The site I'm having the problem is www.hotflakes.com
I believe some of you out there (kbeeveer46) could find the real cause of this problem and help me to sort out this issue.




Linear Mode

