Hey guys im trying to rewrite my URLs and to be aloud to use PATH_INFO.
basically as of right now im having trouble with POST array NOT WORKING
i have DirectoryIndex index.php but i dont want to be showing index.php all the time in the URL in order to for PATH_INFO to be recognized
so www.domain.com/index.php/gallery would be www.domain.com/gallery and PATH_INFO will still be recognized.
any clue? or em i approaching this the wrong way?