Forum Moderators: phranque

Message Too Old, No Replies

mod rewite problem

desperate for help... please

         

oswald young

3:06 pm on Oct 30, 2009 (gmt 0)

10+ Year Member



Hey Guys,

Long story short, I'm in desperate need for help. Already late for deadline. Know .htaccess and some mod_rewrite, but I just can't crack this.

I need

[domain...]

to be

[domain...]

ie. lose the '/plc/cms'

I've read up on regular expressions and mod_rewrite, read forums, tried everything. Is this even possible?

Any assistance would be GREATLY appreciated!

Thanks,
Oswald

g1smd

3:58 pm on Oct 30, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If you 'tried everything' you would have tried a solution that would have worked.

Rewrites do not 'make' URLs.

You have to link, from the pages of your site, to the URLs that you want people to see and use.

A rewrite then connects the incoming URL request with the actual internal filepath where the content resides.

Let's see your existing code as a basis for discussion...