- Posts: 23
- Thank you received: 0
Editing VirtueMart's Configuration File
-
wkaatz
Inactive member -
Topic Author
- Member
-
Less
More
14 years 1 day ago - 14 years 1 day ago #7112
by wkaatz
Editing VirtueMart's Configuration File was created by wkaatz
i have installed this template on a localhost using WAMP
After reading and trying to follow the instructions in Editing VirtueMart's Configuration File , i can't get the images...
what format should i use for a localhost w/wamp setup?
After reading and trying to follow the instructions in Editing VirtueMart's Configuration File , i can't get the images...
what format should i use for a localhost w/wamp setup?
Last edit: 14 years 1 day ago by wkaatz. Reason: link
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 22 hours ago #7119
by ivan.milic
Replied by ivan.milic on topic Re: Editing VirtueMart's Configuration File
Well we can not help you if we can't see that. But you can use "View Source" from your browser, find the <IMG tags in markup and see how your links are rendered, then you can see what to change in path.
Also there is possibility that your server is configured not to respond or to forbid image content request, but usually that is not a case by default.
Also there is possibility that your server is configured not to respond or to forbid image content request, but usually that is not a case by default.
Please Log in to join the conversation.
-
wkaatz
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 23
- Thank you received: 0
14 years 20 hours ago - 14 years 20 hours ago #7121
by wkaatz
Replied by wkaatz on topic Re: Editing VirtueMart's Configuration File
after much trial and error no luck...
source shows:
localhost/wamp/wwwcomponents/com_virtuemart/shop_image/category/resized/Seats___Sofas_4c3c777f1cf78_175x175.jpg
any ideas?
thanks
source shows:
localhost/wamp/wwwcomponents/com_virtuemart/shop_image/category/resized/Seats___Sofas_4c3c777f1cf78_175x175.jpg
any ideas?
thanks
Last edit: 14 years 20 hours ago by wkaatz. Reason: edit
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 15 hours ago #7124
by milos
Replied by milos on topic Re: Editing VirtueMart's Configuration File
Are you accessing site by entering "http://localhost/wamp/wwwcomponents" as link in browser? I don't think so...
Please Log in to join the conversation.
-
wkaatz
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 23
- Thank you received: 0
13 years 11 months ago #7155
by wkaatz
Replied by wkaatz on topic Re: Editing VirtueMart's Configuration File
sometimes one cannot see the forest for the trees....
proper format is simply:
define( 'URL', 'http://localhost/' );
define( 'SECUREURL', 'http://localhost/' );
working fine now!
proper format is simply:
define( 'URL', 'http://localhost/' );
define( 'SECUREURL', 'http://localhost/' );
working fine now!
Please Log in to join the conversation.
Time to create page: 0.179 seconds