.htaccess question
.htaccess question
Out of context: Reply #6
- Started
- Last post
- 25 Responses
- YAYPaul0
Mime here's how i do mine:
RewriteEngine on
RewriteRule ^work/([A-Za-z0-9-]+)$ /work/$1/ [R]
RewriteRule ^work/([A-Za-z0-9-]+))/$ /index.php?entry=$1Drop me a mail if you need any specific help.