Screwed up... need to rename the "jobs" folder.

Permalink
Hey all,
I pulled a stupid move awhile ago and need some advice on correcting it with a more permanent solution.

I in my infinite wisdom removed the "empty" jobs folder from the site and told publications that they could market job openings usinghttp://www.smwc.edu/jobs which they immediately started using in print materials.

Of course... jobs is a reserved concrete5 folder and now my system and maintenance dashboard page redirects to open jobs on the website. I have temporarily fixed it by removing the php header redirect when I need to access the dashboard pages.

So, how difficult is it going to be to change the concrete5 dashboard page paths for everything in the jobs area?

If that's too complicated, would a redirect based on an if - is logged in as an Editor/Admin work?

Many thanks.

glockops
 
Remo replied on at Permalink Reply
Remo
a redirect could work but it might be a bit tricky to know whether someone is logged in or not... If you have a static ip it's very easy but otherwise you have to do some fancy mod_rewrite stuff using a script, cookie detection or something similar

But c5 usually pulls these directories from constants, check concrete/config/base.php