Ok, I'm code-retard so I'll ask from you gurus. I use this nice Free PHP ODP Script in my directory and would like to get dynamic URLs to static. Like it's running here: http://www.site-directory.org/ Currently it goes like this: http://www.domain.com/index.php?c=/News/ ..and should be like these guys have: http://www.site-directory.org/Top/News/ I tried to read mod_rewrite guide, but got only headache. How this can be done via htaccess? I really appreciate!
You still need to use mod_rewrite, when people refer to the .htaccess you are simply putting the mod_rewrite directives in that file instead of in your httpd.conf file. I am unfortunatly a complete idiot when it comes to mod_rewrite so can't help with the directives but there are plenty of people here who are very good on it indeed. Hopefully they'll help out.
Yeah, that's the guide I was talking about. I readed it couple times but still have no clue how to do this. Making .htaccess is simple though, but writing correct re-write rule is just going far over my head.
My tip would be: Create a new thread in the Apache section of the forum and make the title: Rewrite rule needed for ODP Script In the post list the url's you want to change and what you want to change them to. I'm sure Nintendo will give you a hand (or anyone else)....He may not see this post here
Yep, I saw this. I use the new posts search at the top a lot, so I see everything. I posted a code on the other thread, for if you get dead-links on the sub-sub-sub directories.