Forum Moderators: mack

Message Too Old, No Replies

Using shorter url's

How to use shorter url's

         

weemel

1:44 pm on Oct 2, 2004 (gmt 0)

10+ Year Member



I was wondering how you save a webpage so that its url is in the format:

[example...]
or
[example...]

rather than having to go through

[example...] file type]?

It's the little things that are difficult to find out about....

Thanks!

[edited by: mack at 2:12 pm (utc) on Oct. 2, 2004]
[edit reason] used example [/edit]

mack

2:02 pm on Oct 2, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



If you are using Appache http server then mod_rewrite may be your answer?

This allows you to map certain addresses to another url. Is this along the right lines?

Mack.

weemel

2:05 pm on Oct 2, 2004 (gmt 0)

10+ Year Member



ah right yeah i see it... thanks =)

weemel

11:39 pm on Oct 2, 2004 (gmt 0)

10+ Year Member



Hmm. I thought i had it, but i don't think so after all - managed to redirect a

domain/.../ page to a

domain/...htm file using cpanel, but it's different from it actually BEING that page, if you get what i mean...?

Couldn't find mod_rewrite anywhere?

Thanks

mack

8:59 pm on Oct 3, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Mod_rewrite is an apache web server module. You can call it's functions through your htaccess file. There is a lot more information about mod_rewrite on the apache documentation page.

[httpd.apache.org...]

It can be pretty advanced reading, if you still have problems them perhaps a post on the "apache web server" forum would help you get some answers.

Mack.

weemel

12:35 am on Oct 4, 2004 (gmt 0)

10+ Year Member



thanks =)