I have a dedicated server with many different sub-folders/accounts. I have a test-installation for a new Joomla 2.5 site on one of these accounts/sub-folders that doesn't have a domain name associated with it yet. I have to access it by
http://(SERVER-IP)/~subfolder/
rather than
http://www.example.com/
Most of my link types are working smoothly (ie, "Single Article" links to the correct article alias, etc.) however when I use an External URL menu item type to link to an internal article alias, things go bad... Within the Menu Item options I put "/contact-us" in the Link field so that (in theory) I can link to
http://(SERVER-IP)/~subfolder/index.php/contact-us
however it is removing the subfolder, causing it to link to the apache root of the dedicated server instead, resulting in:
http://(SERVER-IP)/contact-us
I only have this issue when I use IP addresses instead of a domain name...
I have URL re-writing OFF, so it is not the .htaccess file causing the problems...is there an issue with the defined Absolute Path? Any ideas on how I can get this fixed so I can stop seeing 404-errors while in development? Thanks for any and all help pointing me in the right direction!