Topic: URL ISSUE
After I got everything installed I had issues with links being broken.
I followed the steps to bandaid things by editing all the list pages using code like this:
QApplication::Redirect('/tracmor/admin/custom_field_edit.php'); - - - as you can see I added the /tracmor/admin/ to the URL.
Once I did this everything seems fine with the exception of the SEARCH feature.
Anytime I do a search of my Inventory it breaks the URL again. I am getting a URL like this:
http://mysite.com/tracmor/inventory/ind … /index.php
as you can see it duplicates the URL structure.
Can you help me bandaid this?
~thanks!