00 Votes

HTML: Implement URLs like example.com/search

Question by NetGuy | 2015-01-04 at 11:34

From time to time, I am seeing websites having Internet addresses such as example.com/search. Apparently, these URLs do not require any HTML extension.

How is this technically possible and feasible? Can someone give a hint of how to implement that feature on my own homepage?

ReplyPositiveNegative
1Best Answer1 Vote

Technically, you can implement such URLs with the help of HTACCESS and the mode_rewrite module. With that, you can redirect URLs internally as you like.

You can find a tutorial about this subject on the page Simplify URLs using HTACCESS.
2015-01-04 at 18:28

ReplyPositive Negative
Reply

Related Topics

HTACCESS: Simplify URL

Tutorial | 0 Comments

The Askingbox Search

Info | 0 Comments

PHP: Sending an E-Mail

Tutorial | 0 Comments

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.