Hi, I can't seem to get the front.module working correctly with my drupal based CMS. When I enable the module, the flash displays correctly, but the login redirects to the flash front end as well. Has anyone else set this up to work with amfphp and services in this way?

Thanks!

Comments

jo1ene’s picture

In the advanced front page settings, there is a fielset called "Override your HOME breadcrumb links."

In it there is a checkbox option for "Redirect your site HOME links" which may help you. There is also a text area where you specify where you want the home links to go to.

Advanced Web Design

topwaya’s picture

Hello,

I have my server set to display "index.html" prior to "index.php" so that my users get a splash page without the redirect of the splash page module.

So, now I when I set my advanced front page module override HOME breadcrumb setting to: index.php (so it doesn't go to index.html) I have two problems:

1. It doesn't work. The HOME tab and link on the SITE NAME both still go to index.html.
2. The links pointing toward index.php on my index.html page are so slow that I've never seen them resolve (or time out) they just keep working at loading forever.

So needless to say, I've had to turn the redirect HOME breadcrumb off - and now my users go to the splash page everytime they click HOME.

Also, just fyi - I have two Front Pages (via Advanced Front Page module) set up, one for anonymous users, and one for authenticated users.

Thanks for any help :)!!!