Forum Moderators: phranque
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
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...