page url problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kovik
    Recognized Expert Top Contributor
    • Jun 2007
    • 1044

    #31
    That code says nothing. However, if you want to integrate your code into Drupal, you probably want it to go through index.php and not your custom PHP file. You are sending it to your own file.

    And doesn't Drupal have clean URL redirection as an option?

    Comment

    • pradeepjain
      Contributor
      • Jul 2007
      • 563

      #32
      yeah it already has clean url's and its enabled... but since i want to direct it through custom pages its not working...:(. so i need to redirect it through index.php only is it... can u just tell me how to do it..some tips....

      Comment

      • kovik
        Recognized Expert Top Contributor
        • Jun 2007
        • 1044

        #33
        Well, the way you are currently doing it does not integrate your actions into Drupal. There are ways to build modules into Drupal, but I couldn't tell you how. I haven't touched a CMS for years. I think you should investigate. The Drupal documentation for developing modules may be a good place to start.

        Comment

        Working...