473,386 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Creating Clean URLs

Hi all,

I need to convert the Query Strings into Clean URLs, Found some articles on
PHP and Apache server.. How do we it them with ASP ??
Thanks
Kart


Jul 19 '05 #1
7 4390
What do you mean? What's a clean URL?

Ray at home

--
Will trade ASP help for SQL Server help
"Creative Acceleration" <ka******@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi all,

I need to convert the Query Strings into Clean URLs, Found some articles on PHP and Apache server.. How do we it them with ASP ??
Thanks
Kart


Jul 19 '05 #2
hi

instead of http://www.developersdex.com/asp/mes...=3263138&p=577
i need http://www.developersdex.com/asp/message/r/263138/p/577

I am sure you might have noticed these kinds of URLs..
they are search engine friendly

Rgds
Kart
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
What do you mean? What's a clean URL?

Ray at home

--
Will trade ASP help for SQL Server help
"Creative Acceleration" <ka******@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi all,

I need to convert the Query Strings into Clean URLs, Found some articles

on
PHP and Apache server.. How do we it them with ASP ??
Thanks
Kart



Jul 19 '05 #3
Why don't you just replace everything with and between ? and =, & and =
with / ?
Creative Acceleration wrote:

| instead of
| http://www.developersdex.com/asp/mes...=3263138&p=577 i need
| http://www.developersdex.com/asp/message/r/263138/p/577
|
| I am sure you might have noticed these kinds of URLs..
| they are search engine friendly
Jul 19 '05 #4
My mistake. Replace all ?, & and = with /.
Max Payne wrote:

| Why don't you just replace everything with and between ? and =, & and
| = with / ?
|
|
| Creative Acceleration wrote:
|
|| instead of
|| http://www.developersdex.com/asp/mes...=3263138&p=577 i need
|| http://www.developersdex.com/asp/message/r/263138/p/577
||
|| I am sure you might have noticed these kinds of URLs..
|| they are search engine friendly
Jul 19 '05 #5
Because he wants a user to enter:
http://www.developersdex.com/asp/message/r/263138/p/577
and that will "automagically" be turned into:
http://www.developersdex.com/asp/mes...=3263138&p=577
without the user knowing.

Cheers
Ken

"Max Payne" <no****@for.me> wrote in message
news:uC**************@TK2MSFTNGP11.phx.gbl...
: My mistake. Replace all ?, & and = with /.
:
:
: Max Payne wrote:
:
: | Why don't you just replace everything with and between ? and =, & and
: | = with / ?
: |
: |
: | Creative Acceleration wrote:
: |
: || instead of
: || http://www.developersdex.com/asp/mes...=3263138&p=577 i need
: || http://www.developersdex.com/asp/message/r/263138/p/577
: ||
: || I am sure you might have noticed these kinds of URLs..
: || they are search engine friendly
:
:
Jul 19 '05 #6
Oh, the other way around. How will the webserver know where the real URL
ends and the fake starts?
Ken Schaefer wrote:

| Because he wants a user to enter:
| http://www.developersdex.com/asp/message/r/263138/p/577
| and that will "automagically" be turned into:
| http://www.developersdex.com/asp/mes...=3263138&p=577
| without the user knowing.
Jul 19 '05 #7
hey max,

yea, How will the server understand whatswhat ?

My main idea is to index all content insdie the database .. which Google
will not do .. i think Google can index only files that reside on the
server, and not dynamic pages that keep changing data from a databse ..

the reference from ASP101 by A Ratcliffe, is good. Jus going through it,
guess thats what i was looking for :] :]

Rgds
Kart

Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: somaboy mx | last post by:
I'm looking for a way to come up with clean urls like http://www.mysite.com/products/233 instead of http://www.mysite.com/products.php?pid=233 without having to rely on mod_rewrite or other...
2
by: PK | last post by:
Hello, I am looking for help on the following. I'm trying to create a custom browser toolbar button that will do a few things. One that I'm trying to do at the moment is just simply return the...
9
by: kermit | last post by:
I keep seeing that you can use the FileSystemObject in either VB script, or Javascript on an aspx page. I added a refrence to the scrrun.dll I added importing namespaces for 'System.Object',...
2
by: Val3 | last post by:
Hi all. I need to build dll(s) and windows services using VB .NET 2005 Express. When I make File/New project the windows contain only Windows application, Windows control library, Console...
0
by: Sharon | last post by:
Hi all. How do i implement clean urls? Any help or article links are appreciated. Thanks, Sharon.
4
by: Jeeran | last post by:
We use an ISAPI filter to convert long urls into short clean ones. For example: "Site.com/user/john/" Is re-written as: "Site.com/user/userinfo.aspx?uid=john" Now, "userinfo.aspx" contains a...
10
by: jflash | last post by:
Hello all, I feel dumb having to ask this question in the first place, but I just can not figure it out. I am wanting to set my site up using dynamic urls (I'm assuming that's what they're...
3
by: d3vkit | last post by:
I've been using apache and php to create clean urls for a while, and suddenly the other day it just stopped working. My host is godaddy.com and I think this might be the source of my trouble, but...
8
by: raamay | last post by:
i have been trying a hell lot to achieve the task of cleaning my urls but has not been able to succed. I downloaded the example codes from...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.