Hi All,
I'm hoping someone has encountered this before - I couldn't find examples of this issue by searching in the forum.
I've installed drupal in public_html/drupal-4.6.1 with a symlink at public_html/drupal. I've created a directory at public_html/drupal-4.6.1/sites/my.domain.com.drupal containing settings.php with the base url set to http://my.domain.com/drupal
I can log in ok using the url http://my.domain.com/drupal - this generates the site ok and I can log in to the admin site ok.
Now, when I perform some function, for example adding new content, the content form renders fine, I can enter text, but when I submit the form, it re-directs to http://my.domain.com/?q=node/blah...blah when I would have expected http://my.domain.com/drupal/?q=node/... When I manually add this to the url it works ok.
This seems to be something to do with url re-writing but I'm not experienced enough with php to work it out.
Hope someone can help.
Thanks,
Pete
Comments
After a bit of stuffing
After a bit of stuffing around, I've discovered that Drupal didn't like my symlink.
Changing the base url to http://my.domain.com/drupal-4.6.1 appears to have resolved the problem.
Cheers,
Pete