Page 1 of 1
which one is better for SEO
Posted: Sat Oct 28, 2006 2:34 am
by itsmani1
there are two options for SEO either to use mod_reqrite apache module and 2nd option is to generate pages physically on server which one is better please describe why 1st or 2nd is better.
Posted: Sat Oct 28, 2006 2:53 am
by alex.barylski
first...well actually...maybe second....isn't there a third option?
Seriously it really depends...mod_rewrite will likely use a single application entry point, so depending on your implementaiton....this might require more power each page request than a physical-static web page.
static pages are simply delivered by apache...mod_rewrite likely requires at least some processing of PHP, etc...
From a SEO perspective...the choice is irrelevant as both can be tweaked to appear the same in the eyes of Google, etc...
Cheers

Posted: Sat Oct 28, 2006 3:13 am
by John Cartwright
Hockey is right, in pure SEO sense there isn't much of a difference, if any.