.htaccess question
.htaccess question
Out of context: Reply #15
- Started
- Last post
- 25 Responses
- YAYPaul0
Ok so you want;
RewriteRule ^project/([A-Za-z0-9-]+)$ /index.php?project=$1
That should work.
*x's fingers :)
Ok so you want;
RewriteRule ^project/([A-Za-z0-9-]+)$ /index.php?project=$1
That should work.
*x's fingers :)