php - How to have pages without filenames (e.g. http://localhost/site/logoff) -
I have a test site, I want to log off the user, but it looks ugly to see: Localhost / site / index.fp? Logoff = Y 'is a new one in PHP, and it's probably very clear how to do it, but ...
How do I do this? I want a logoff link to go to 'localhost / site / logoff' Any help would be appreciated. Thanks
< P> This is usually done by mod_rewrite.
Take a look at more examples and beginners page. Good luck, Fabian
Comments
Post a Comment