
Tom P
User

Feb 3, 2012, 12:16 PM
Post #2 of 2
(150 views)
Shortcut
|
|
Re: [markr] Installing cmsb along sige wordpress
[In reply to]
|
Can't Post
|
|
Hi markr, It sounds like the Wordpress installation is set to redirect URL requests to the directory in which wordpress resides (more often than not, 'wordpress'). As a result, any request to "domain.com/cmsAdmin/" will actually be directed to "domain.com/wordpress/cmsAdmin/" which doesn't exist. To fix this, you will have to edit the .htaccess file that wordpress has generated to allow requests to "domain.com/cmsAdmin/" to pass though uninterrupted. This should allow you to run cmsAdmin in parallel with no conflicts (just remember that any requests to "domain.com/filename.ext" will still go to "domain.php/wordpress/filename.ext" - every file you want to access will need an exception so best to add an exception that will cover all the files you create - naming each file using a prefix, eg "cmsb-filename.ext", will make this easier). Let me know if this helps, Tom
|