hagen00
May 2nd, 2006, 10:39 AM
Hi
Some questions...
Currently my webpages are designed like this host.com/index.php?page=webdesign. That page then just gets included in my index page, preventing me from having to copy and pase code.
Question 1
Is it true that Google won't parse anything after the question mark after index?
If that is true then i will have to look at options of making my pages more search engine friendly.
I've tried doing the following.
- putting an .htaccess file into my root directory containing the following code
RewriteEngine On
RewriteRule ^index/(.*).php /index.php?page=$1 but then i get an error saying Forbidden, you do not have access to the server...
- I tried using the php explode function to get the page=design parameter but also with limited success.
So second question
Is this even necessary for search friendly URL's and if it is, which is the preferred method. Mod_rewrite or something else. And if you can give me any tips on how to make this flaming thing work then that would be even more appreciated.
Thanks
Some questions...
Currently my webpages are designed like this host.com/index.php?page=webdesign. That page then just gets included in my index page, preventing me from having to copy and pase code.
Question 1
Is it true that Google won't parse anything after the question mark after index?
If that is true then i will have to look at options of making my pages more search engine friendly.
I've tried doing the following.
- putting an .htaccess file into my root directory containing the following code
RewriteEngine On
RewriteRule ^index/(.*).php /index.php?page=$1 but then i get an error saying Forbidden, you do not have access to the server...
- I tried using the php explode function to get the page=design parameter but also with limited success.
So second question
Is this even necessary for search friendly URL's and if it is, which is the preferred method. Mod_rewrite or something else. And if you can give me any tips on how to make this flaming thing work then that would be even more appreciated.
Thanks