Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
There is a URL Problem, How to fix it
Chanux
✭✭
There is a URL Problem, How to fix it
URL only work with this type Domain.com/index.php?p=/activity
Not working like this Domain.com/activity
some example
Working : Domain.com/index.php?p=/profile/Chanux
Not Working : Domain.com/profile/Chanux
Please Help to fix this
0
Answers
I pretty sure i have covered this with you before a number of times. Search for pretty urls or rewrite urls.
At the end of the day it is down to your server rule, it is not vanilla that does the redirection. If you haven't got .htaccess or equivalent set up correctly it won't work.
These are essential skill for a webmaster these days.
grep is your friend.
@x00 ok i will find it. im running this on localhost. Thanx for info