But with redirecting we will have the same situation when index.php will empty for search bots.
It will index index<n> file only.
If pages have one theme only, we can have index<n> files with...
Oops. I forgot to say that it work in normal browser only.
If you think that IE<9 it's old, you can use this code and forget problems.
Else you must make try/catch construction with few variants of...
But for what we need redirect?
We need to send page for user only, so we can use:
include('http://www.yoursite.com/index'.$i.'.html' );
instead of headers.
I think that we needn't generate excess...
Hi everyone!
For a now i make IDE for web developers. It will include text editor with syntax highlight and control, validation system (like w3c, but work in offline by DTD files), FTP client and...