Forum Moderators: coopster
What I have is a mySql database and a php frontend, I am using mod_rewrite to create static urls
RewriteRule ^article/([a-z0-9]+)-([a-z0-9]+) view.php?clean_url=$1-$2
The code above gives me a url which looks like [mydomainname.co.uk...]
Now this is where I am stuck, I am currently only using two words for the url but how would I have it so I could have a url like :
[mydomainname.co.uk...]
Any help is much appricated
There is an Apache Forum [webmasterworld.com] here at WebmasterWorld that has loads and loads of information and examples of mod_rewrite. Not that we don't mind helping out over here in PHP as killroy has so graciously demonstrated, mind you, but just wanted to let you know about the Apache Forum too :)