Alias

มาแถมให้ว่าถ้า Server ไม่แปลง Directory เป็นไฟล์ให้อัตโนมัติ เราสามารถทำเป็น Alias ก็ได้ครับ (เหมือน MediaWiki)

Alias /u /full/path/to/u.php

หรือถ้าจะ Rewrite แบบเปลี่ยนชื่อตัวแปรให้เลย ก็ประมาณนี้

RewriteRule ^u/(.*)$ /u.php?u=$1 เวลาเรียกใช้ก็เรียกจาก $_GET['u'] ได้เลยครับ

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <i> <center> <span> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <br> <dt> <dd> <object> <embed> <hr> <img> <blockquote> <b> <u> <del> <div> <p> <table> <tr> <td> <font>

More information about formatting options