
Search found 3 matches
- Sat Mar 22, 2008 6:32 pm
- Forum: General Discussion
- Topic: Pretty URLS running .... but... one question!
- Replies: 49
- Views: 30746
Re: Pretty URLS running .... but... one question!
Ahhh, kay. Option 3 did it. Thanks 

- Fri Mar 21, 2008 2:20 pm
- Forum: General Discussion
- Topic: Pretty URLS running .... but... one question!
- Replies: 49
- Views: 30746
Re: Pretty URLS running .... but... one question!
Well the thing is any image I select, the address is reverted to uploads/images/EE-large.jpg in the image window and is unviewable. the image is viewable outside of the news portion and on itself [http://www.spottheweasel.com/uploads/images/EE-large.jpg] but in thre confines of the news articles it'...
- Fri Mar 21, 2008 12:53 pm
- Forum: General Discussion
- Topic: Pretty URLS running .... but... one question!
- Replies: 49
- Views: 30746
Re: Pretty URLS running .... but... one question!
Action.default.php $prettyurl = 'news/'.$row['news_id'].'/'.($detailpage!=''?$detailpage:$returnid).'/'.str_replace(' ', '-', $onerow->title); Was used with # 301 Redirect all requests that don't contain a dot or trailing slash to # include a trailing slash RewriteCond %{REQUEST_URI} !/$ RewriteCond...