Pretty URL in Dashboard

Permalink
Hello

how can I change the edit mode and dashboard so it no longer shows index.php/ in the urls.
I have changed to pretty urls for the frontend but I can't change them for the backend.

I need ot do this as the website is hosted using zeus and the rewrite script works nicely on the frontend but breaks edit mode and the backend becasue all the urls include index.php. Any help much appreaciated.

Cheers

Barry

novelnova
 
Shotster replied on at Permalink Best Answer Reply
Shotster
I think adding the following to your site.php config file will do it...

define('URL_REWRITING_ALL', true);

-Steve
novelnova replied on at Permalink Reply
novelnova
Thnka you very much Steve, spot on