PDA

View Full Version : Secure and/or complex URLs


kavinski
08-17-2004, 03:51 PM
I know well known methods for converting complex ASP and PHP URLs into search engine friendly URLs.
But I havenīt seen many material about secure URLs

I recently found a URL structure that took me to two questions

- How does SHTML tags affects search engine indexing?
- How does a URL like the one bellow works, and how search engines see it (mouse over to see full URL)?

http://www.website.com/index_internal.htm?sUrl=/peope/emp/tpl_emp.shtm?click=General/Menu/Emp

Does anybody have the same problems, anyone knows some wayaround it?

Tks in avance, and sorry about my poor english,

AK

Nick W
08-17-2004, 04:09 PM
That's not a secure url.

https:// is the protocol for that.

That's just a regular dynamic looking url, treat it the same as any other undesireable. Find way round...

mod rewrite will take care of it..

Nick

kavinski
08-17-2004, 04:14 PM
Tks Nick ;-)

Isnīt Shtml for Secure HTML?

pulsetoday
08-17-2004, 10:20 PM
SHTML is used as an extention by most servers to denote Server Side Include.. That means that if you want to use Server Side Include [ Which is something like php include ] then you have to name your page extention as .shtml on most servers.

Chris_D
08-18-2004, 08:28 AM
https is a port 443 request
http is a port 80 request

Port 443 is used for secure web browser communication.