Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-01-2013, 10:08 PM   PM User | #1
milanello72
New Coder

 
Join Date: Feb 2012
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
milanello72 is an unknown quantity at this point
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:
RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)/([a-zA-Z0-9.\s]+)/?.html$ index.php?page=$1&id_team=$2&name=$3
Must I change the .htaccess ??
Thank u very much!

Last edited by milanello72; 01-01-2013 at 10:11 PM..
milanello72 is offline   Reply With Quote
Old 01-02-2013, 01:44 AM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,645
Thanks: 4
Thanked 2,450 Times in 2,419 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Nope, start your links with / that's it. If you don't they go relative to the current path.
Fou-Lu is offline   Reply With Quote
Old 01-02-2013, 10:24 AM   PM User | #3
milanello72
New Coder

 
Join Date: Feb 2012
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
milanello72 is an unknown quantity at this point
Thank you!
milanello72 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:05 PM.


Advertisement
Log in to turn off these ads.