Topic awaiting preservation: PHP & Apache: Mod Rewrite vs Force Type and relative linking issues. |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Brisbane |
posted 11-24-2003 06:35
I'm setting up some search engine friendly URL's for a dynamic section of a web site and am wondering what method causes less server strain, mod rewrite (using simple regular expressions) or using a simple force type and doing the URI re-formatting inside PHP as per this evolt article on search engine friendly URL's. quote:
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 11-24-2003 10:11
don't know, but if you don't tell the server to redirect via [R], the browser should believe it's acessing your 'fake' url, and therefore base all it's request of it. |
Paranoid (IV) Inmate From: France |
posted 11-24-2003 10:40
Cameron: As I'm more confortable with URI re-formatting via PHP, I'd go for that solution. It's easy to set up and to use. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 11-24-2003 10:51
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Brisbane |
posted 11-24-2003 11:38
Edit: Never mind. I'll just use force type and handle it all within PHP. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-25-2003 02:01
I'd use mod-rewrite as ForceType can get messy and mode-rwite is non-destructive but that sjust my preference - you need to find a solution you like and really explore all the potential |
Bipolar (III) Inmate From: Brisbane |
posted 11-25-2003 09:46
Yeah, I've decided to use mod rewrite as force type was causing some other isues. I've also discovered that about the links, and I've changed them but that really shouldn't be the case. |