replace clean url links with dynamic url links
I have added hard-coded clean url links inside my static pages, and they direct the visitor to other static pages. Now, I have to disable temporarily the clean-url functionality and re-enable it after some days. The only way to do that is by replacing every single clean url with its corresponding dynamic url (e.g. pages.php?pageid=<pageid>) or is there another quicker way?
Will all the clean url's be restored back when I re-enable the clean url functionality?
|