Closed (fixed)
Project:
Drupal core
Version:
6.4
Component:
menu system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 14:35 UTC
Updated:
25 Dec 2008 at 11:21 UTC
I'm using primary link on my site to link to a higher directory.
Drupal is located at 192.168.1.30/Drupal
And I'm linking to 192.168.1.30/Test
When I approach my webserver from outside my domain it's at another IP address and therefore the internal links no longer work.
In HTML I can use "../Test" to link to, but in the primary links section an error is generated telling me the url is invalid.
Is there a way around this? Something like linking to $base_root/Test?
Comments
Comment #1
ainigma32 commentedI would suggest using DNS and avoid IP addresses.
- Arie