index.php in the address
|
peshko
Joined: 2010-11-22
Posts: 81 |
Posted: Mon, 2012-04-30 11:40
|
|
Hi. Have a quick question. I run Gallery 3.0.3. If I go to my gallery main page everything works great. But every time I go to an album the url adds/contains index.php and if I want to go directly to the album, I have to have the index.php in the address. For example: the main gallery page is http://gallery.peshkospics.com and I have an album there named vacation-pictures. If I want to go directly to that album, I have to put http://gallery.peshkospics.com/index.php/vacation-pictures. My goal is to have http://gallery.peshkospics.com/vacation-pictures. What am I missing here? Thanks a lot! /Peshko |
|

Posts: 606
Take a look at the .htaccess file in the gallery root folder, there is a section for removing the index.php from the URLs via mod_rewrite. If you need further clarification, let us know.
Uncomment (remove the '#'s) from the last 10 lines above to look like below:
Posts: 16
I tried this and yes the links go back to the main site but the entire gallery section just leads to a page 500 - internal error???
even if i type in the links directly they still come back as if no such page exists??
Posts: 606
This indicates that you made an error in the .htaccess file. Please revert to a good copy and try again.