What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » ?id=home (replacement)

?id=home (replacement)
Author: Message:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: ?id=home (replacement)
quote:
Originally posted by Absorbation
about using  mod_rewrite

In a .htaccess file, in the www/public_html root, put:
code:
RewriteEngine on
RewriteRule ^([a-zA-Z0-9]+)\.php$ /index.php?id=$1 [L]

This will grab anything like /La1a.php and actually run /index.php?id=La1a (but people won't see the index.php part).

Take note that if you don't have mod_rewrite, it won't work (you'll get error 500).

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

01-22-2006 07:17 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
?id=home (replacement) - by absorbation on 01-22-2006 at 06:40 PM
RE: ?id=home (replacement) - by Dempsey on 01-22-2006 at 06:54 PM
RE: ?id=home (replacement) - by absorbation on 01-22-2006 at 06:58 PM
RE: ?id=home (replacement) - by L. Coyote on 01-22-2006 at 07:17 PM
RE: ?id=home (replacement) - by hmaster on 01-22-2006 at 08:10 PM
RE: ?id=home (replacement) - by absorbation on 01-30-2006 at 07:15 PM
RE: RE: ?id=home (replacement) - by rav0 on 01-31-2006 at 07:27 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On