I am working on a web site and I want to use xml and a php template to build the pages when requested by a user.
The way I have it now the urls for the site site look like this example:
http://www.cnn.com/index.php/news/applerules
The "http://www.cnn.com/index.php" points to the php template file and the "news/applerules" points to an xml file called "applerules.xml" in the "news" directory.
Will I have any trouble using this url format with google indexing my site?
Is there a better way to do this that will give me a url something like this?
http://www.cnn.com/index/news/applerules
The way I have it now the urls for the site site look like this example:
http://www.cnn.com/index.php/news/applerules
The "http://www.cnn.com/index.php" points to the php template file and the "news/applerules" points to an xml file called "applerules.xml" in the "news" directory.
Will I have any trouble using this url format with google indexing my site?
Is there a better way to do this that will give me a url something like this?
http://www.cnn.com/index/news/applerules