Hey All,
Been a long time since I posted here (so long in fact that I needed to re-register).
Anyhow, I was helping with a server implementation recently, and there was
something I was looking for some help with.
I have looked all through the forums, but I don't think I have been using the
correct search terms. All the info that I have found pointed me in a direction,
but I have not been able to get this to work.
I have a CMS application installed to a dedicated ibay (not the Primary).
The system itself is working correctly, no problems with the out of box config.
However, I am running into the following issue:
When a page request is made with this cms, the pages requested are served as follows:
http://<domainname>/index.php/page_name.html
It is desired for these requests to be rewritten as:
http://<domainname>/page_name.html
Basically, rewriting the request to remove the "index.php" from the path.
The cms already supports the use of the the mod_rewrite module, however
I have been unable to get the rule to work correctly.
I have tried a few handful of different methods using what I have found here
and elsewhere on the internet.
The closest I have been able to get, when implementing the change, is typically
either an "access forbidden" message or it does not work at all.
I think I am implementing the rule incorrectly, when trying to create the custom template.
Can anyone please help with making this change? It would be greatly appreciated.
If more info is required I will gladly supply.
Thanks in advance!