And Lord, we are especially thankful for nuclear power, the cleanest, safest energy source there is. Except for solar, which is just a pipe dream
Join Date: Jan 2005
Location: Czech Republic
Posts: 229
|
Ladydesigner, I think that all you need to keep your site structure intact is mod_rewrite. Mod_rewrite is a VERY POWERFUL Apache module, that allows you (among others) to internally rewrite URLs. For example:
1/ user reqests http://www.yoursite.com/links/lesbians.htm
2/ mod_rewrite rewrites URL to http://www.yoursite.com/my_new_linklist_script_page.php?category=lesbians and Apache serves that page to the browser
All can be done with a few lines in your .htaccess file and with such a solution you can use almost any LL script you wish. Good luck.
|