amanamission
Oct 29th 2007, 7:37 am
I am planning to install Aardvark PHP on many of my pages which are currently static. The problem is that new pages created by the script are not customizable. Instead, the script produces
http://www.domain.com/index.php?a=page&id=pagetitle
where I need to have:
http://www.domain.com/pagetitle.htm
in order to utilize my established pages.
I have been wrestling in vain with this, trying variou mod_rewrite formulas, but nothing seems to work. I would think this is a simple matter, but now I wonder if the script is overwriting my URL's because it is harmful to the script to change them.
The more I learn, the more confused I become. Static pages are concrete, I can go to them and make my changes-but a dynamic page doesn't even exist, in the sense of a physical file on my server.
Is it dangerous to some scripts to rewrite the URL? What is the best method for navigating this? I have looked at PHP rewrites, but the ones i see are all too complex and not applicable.
This is a very simple rewrite...I only want to change the URL's as above without disturbing any other pages or the SE positioning of the pages I plan to convert. So I'm wondering if I'm missing something.
http://www.domain.com/index.php?a=page&id=pagetitle
where I need to have:
http://www.domain.com/pagetitle.htm
in order to utilize my established pages.
I have been wrestling in vain with this, trying variou mod_rewrite formulas, but nothing seems to work. I would think this is a simple matter, but now I wonder if the script is overwriting my URL's because it is harmful to the script to change them.
The more I learn, the more confused I become. Static pages are concrete, I can go to them and make my changes-but a dynamic page doesn't even exist, in the sense of a physical file on my server.
Is it dangerous to some scripts to rewrite the URL? What is the best method for navigating this? I have looked at PHP rewrites, but the ones i see are all too complex and not applicable.
This is a very simple rewrite...I only want to change the URL's as above without disturbing any other pages or the SE positioning of the pages I plan to convert. So I'm wondering if I'm missing something.