Tags/topics: 
1
Answers
Vote up!
0
Vote down!

Parameters on links don't work

I just installed Commerce Kickstart 7.x-2.9 and I'm having trouble with the parameters embeded on the links.

On the home page of the default demo site, which should have pictures of t-shirts and so on, I can only see the pictures for the <img> links where the paths do not contain any ?= style parameter.

For example:
The logo is shown --> <img src="http://localhost/commercekickstart/profiles/commerce_kickstart/themes/co......
But the slideshow is not --> <img src="http://localhost/commercekickstart/?q=sites/default/files/styles/hp_slid......

Also, whenever I click on any link I end up seeing the directory file list on my browser.
Some links work if I manually add the index.php text between before the ?= symbols.

I'm pretty sure this has something to do with my Apache or .htaccess configuration but I cannot find where the issue is.

Sorry if this is a really stupid question, but I've really tried for a while to search the web for answers and I cannot find the solution. I guess I'm not asking the right questions, that's why I decided to post the explanation here to see if somebody can help me out.

Thanks in advance.

Asked by: PedroRomero
on October 22, 2013

1 Answer

Vote up!
0
Vote down!

Sorry for the dumb question guys, I just found it.

My httpd.conf file had no index.php on the DirectoryIndex section:
I added it and now it works. It looks like this now:

DirectoryIndex index.html
DirectoryIndex index.php

Thanks anyway.

Answer by: PedroRomero
Posted: Oct 22, 2013