Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6602113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:50:17+00:00 2026-05-25T18:50:17+00:00

How to make link like www.facebook.com/Lukavyi ? Must every user have separate php file

  • 0

How to make link like http://www.facebook.com/Lukavyi ?
Must every user have separate php file to have such link? I know, that you can somehow change url with apache, but is link being changed back, when user clicks on it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T18:50:18+00:00Added an answer on May 25, 2026 at 6:50 pm

    This can be done with Apache’s mod_rewrite URL rewrite engine. You can specify a URL pattern and direct all requests to a page or PHP script of your liking.

    It works by creating a .htaccess file and setting the rules in there. For example:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^users/(.*)$ users.php?username=$1
    

    The first two rows make sure the rewrite engine is enabled, and the third one orders all incoming requests for addresses like /users/MyUserName to be redirected internally to users.php?username=MyUserName. The user will not see the final address, only the “clean” version.

    If you don’t want the users/ part in the URL and instead want yoursite.com/MyUserName to work instead, you’ll have to create a front controller that will handle all incoming requests.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's my code for my Facebook share link: <a href=<%= HttpUtility.UrlPathEncode(http://www.facebook.com/sharer.php?u=http://www.apoads.com+ Request.Url.PathAndQuery) %> title=Share
In my code, I create a link like this: $link = 'http://www.mydomain.com/'.urlencode($str).'/1'; I use
So i wanted to make some pretty buttons like http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html and everything is working
I want to make scroller like given here: http://www.shopping.com/xPC-Kettler-Kettler-Vito-Xl~linkin_id-8051267 in jQuery. Its in dojo
How Make Page Navigation in php without reloading the page without jquery like facebook
i have this facebook page: LINK And i want to implement multiple facebook like
In our application, we would like to make a link to an online help
My goal is to make the title of every external link equal to its
When the user clicks on a link to generate report I make an AJAX
I have link that calls a function when clicked: <a href=javascript:spawnMenu(this); id=link1>Test1</a> To make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.