7 replies
Can anyone tell me why my index.php file will not show

Shouldn't it work like this

http://mydomainname.com/path/

Instead...the only way it works is

http://mydomainname.com/path/index.php

I'm trying to do something with using TinyMCE...any ideas. The changes only show when I type the index.php in the url

I thought it would work with just the path name. I do not have an index.html file.

I'm confused

Thank you
#file #index #php
  • Profile picture of the author Craig Brower
    OK I played around with this a bit, and realize that its only saving the changed information on my local machine.

    I am not familiar with all this...how do I get it to post the information so that it is seen by the server.
    {{ DiscussionBoard.errors[2995290].message }}
    • Profile picture of the author CrhisD
      Originally Posted by eplio View Post

      OK I played around with this a bit, and realize that its only saving the changed information on my local machine.

      I am not familiar with all this...how do I get it to post the information so that it is seen by the server.
      get what to post the information?
      {{ DiscussionBoard.errors[2996415].message }}
      • Profile picture of the author Craig Brower
        Originally Posted by CrhisD View Post

        get what to post the information?
        Sorry for the delay..

        Yes I am trying to get the information I edited in the text field to post to the server so its there.

        The information I added is not being sent to the server, so its not updating the page, but I am not exactly sure how to do this.

        Sorry for my ignorance, but if I can figure this out it will help out quite a bit.
        Thanks
        Craig
        {{ DiscussionBoard.errors[2996868].message }}
        • Profile picture of the author CrhisD
          Originally Posted by eplio View Post

          Sorry for the delay..

          Yes I am trying to get the information I edited in the text field to post to the server so its there.

          The information I added is not being sent to the server, so its not updating the page, but I am not exactly sure how to do this.

          Sorry for my ignorance, but if I can figure this out it will help out quite a bit.
          Thanks
          Craig
          Check this out.

          Google

          First you got to upload the page with the TinyMCE editor in it. Then you post the edited contents to another page when you press the submit button. If you study the sites above, you will realize that the bottom portion of the TinyMCE example looks familiar. Then you will know how to proceed from there
          {{ DiscussionBoard.errors[3000303].message }}
  • Profile picture of the author aesoft
    You can try to put the following into the ".htaccess" file in that sub-directory ('http://mydomainname.com/path/.htaccess'):

    Code:
    DirectoryIndex index.php
    {{ DiscussionBoard.errors[2995981].message }}
  • Profile picture of the author kkoechel
    you need to copy it to the server.

    Do you have ftp or ssh access?

    this command is what you should be using, or something like it

    scp yourfile.php username@servername:/path/to/file/
    {{ DiscussionBoard.errors[2997445].message }}
  • Profile picture of the author janita
    If you have ftp client then copy the script and upload there.
    {{ DiscussionBoard.errors[2999047].message }}

Trending Topics