Ok, right now, this is one of the lines in my .htaccess file:
This renders http://mysite.com/article/1 ... But I want a trailing slash like this http://mysite.com/article/1/.
I have been trying for awhile to fix the problem..but I can't. Any help?
~Jeremy~
| Code: |
| RewriteRule ^article/([0-9]+)$ /index.php?id=article&article_id=$1 [nc,L] |
This renders http://mysite.com/article/1 ... But I want a trailing slash like this http://mysite.com/article/1/.
I have been trying for awhile to fix the problem..but I can't. Any help?
~Jeremy~
