![]() |
A problem with .htaccess and a dynamic menu
Hello again!
I have a dynamic menu like this: *********** Teams -juventus id_team=1 -ac milan id_team=2 -napoli id_team=3 .. .. ************** I have on anchor for every team Code:
<a href="'.$page.'/'.$id_team.'/'.$name.'.html">......</a>In home page when I access a team I will go in the next page: http://127.0.0.1/calcioitalia/teams/2/A.C.%20Milan.html And in this page on the dynamic menu I have the next path: calcioitalia2/teams/2/teams/3/Napoli.html ************************* So in the next page I have another "teams" and the old id_team (id=2 for AC Milan which was in the home page) and the "teams" and the current id_team (3 for Napoli) and the current name. Obviously this page was not found on this server. ********* How could i solve this problem? In .htaccess i have: Code:
Thank u very much! |
Nope, start your links with / that's it. If you don't they go relative to the current path.
|
Thank you! :)
|
| All times are GMT +1. The time now is 03:00 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.