View Single Post
Old 11-12-2005, 02:59 PM   #14
jaguar
whig
 
Join Date: Apr 2001
Posts: 5,075
Well.
That works. Except for two odd problems, one the result of the other.

RewriteRule ^log/([0-9]+)/$ index.php?page=log&id=$1
Works fine but all links in index.php to stylesheets etc get broken.

RewriteRule ^log/([0-9]+)/$ index.php?page=log&id=$1 [R]
Works but puts the entire dir structure from server root in front of the domain:
http://www.xxx.xxx/xxx/xxx/public_ht...?page=log&id=1
Thoughts?
__________________
Good friends, good books and a sleepy conscience: this is the ideal life.
- Twain
jaguar is offline   Reply With Quote