dataviruset Posted November 18, 2007 Share Posted November 18, 2007 Hello! I have the following rewriterule: RewriteRule ^([^/\.]+)/?$ /gb/?id=$1 [L] This one does not accept dots (.), and I want it to... How can I modify it to do it? A friend suggested this, but it doesn't work, I get an "Internal Server Error" : RewriteRule ^([^/]+)/?$ /gb/?id=$1 [L] Please help me, I'm a total beginner of regexp ??? Quote Link to comment Share on other sites More sharing options...
dataviruset Posted November 20, 2007 Author Share Posted November 20, 2007 Please, anyone :'( Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.