>>>>> "Net2Php" == Net2Php <[email protected]> writes:
Net2Php> I have a CodeIgniter application with WP installed in
Net2Php> /cms/ folder (under root). I am able to access WP pages
Net2Php> provided /cms/ is in the URL. However, I want to
Net2Php> eliminate the /cms/ part of the URL. So:
Net2Php> RewriteRule ^cms/(.*)$ $1 [NC,L]
Wouldn't it be the other way around?
RewriteRule ^(.*)$ /cmd/$1 [NC,L]
--
Cheers,
Berend de Boer
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---