I use a php based CMS for many of my sites and blogs. It nicely separates the content from layout so I can unlimited template customization.
What I want to do is dump my arbi pages into the CMS for easier content management. Right now all my arbi stuff is just plain ol html.
The problem is my CMS creates pages like this:www.mysite.com/index/template_name/article_name
What I want to display for Google Adwords ads is:www.mysite.com/niche
I want to do a php redirect from a blank niche page to the real page and I don't want the .php extension to show up. I'm not a coder and I just can't get this to work.
Can anyone give me an idea how to do this?
Thanks
What I want to do is dump my arbi pages into the CMS for easier content management. Right now all my arbi stuff is just plain ol html.
The problem is my CMS creates pages like this:www.mysite.com/index/template_name/article_name
What I want to display for Google Adwords ads is:www.mysite.com/niche
I want to do a php redirect from a blank niche page to the real page and I don't want the .php extension to show up. I'm not a coder and I just can't get this to work.
Can anyone give me an idea how to do this?
Thanks