I can't take this anymore!!!!!!!

For the past few days, I've been trying to figure out how to customize my URLs. I went from mod-rewrite in the .htaccess file, (didn't go well). then I went through the Url redirect section of my cpanel (didn't go well either). I tried waiting on a trusty member to get back to me on what the hell I was doing (didn't work either) Now I'm just frustrated and at my witts  end. I started to feel as if this was something that couldn't be done, until I ran into a Dolphin website that had matched their URL to their module!

I changed my "sounds" module name to Mp3's, did everything I needed to do in the Language file and on my tabs. How in the heck do I get my URL to say http://yourdomain.com/m/mp3s/home (I guess) instead of it saying http://yourdomain.com/m/sounds/home? I'm sure it's not as hard as I'm making it seem. Because right now, I'm feeling like a plum idiot. And I'm pretty certain that the answer is right in front of my face, I'm just over looking it.

Thanks

Quote · 8 Jul 2010

Modify .htaccess.

Add this.
RewriteRule ^mp3s(.*)$  modules/index.php?r=sounds/$1 [QSA,L]

Right before This.
RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

https://www.deanbassett.com
Quote · 8 Jul 2010

AAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHH!!!! Thank you sooooo much. I really appreciate you taking the time to respond to question. You have no idea how much you've made my day. Laughing

Quote · 8 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.