• I have Windows hosting through GoDaddy and setup WordPress with their Hosting Connection stuff. I am trying to get index.php removed from the URL for my pages but its not working. Whenever I add a web.config all I get is Error 500 pages.

    Site: jamessuess.com
    Page: jamessuess.com/index.php/resume (which I want to be just jamessuess.com/resume)

    Im under the impression that with the recommended web.config file and getting Error 500’s with that means the Rewrite Module just isnt enabled. GoDaddy has basically told me that I need to enable it myself but I cant figure it out. Has anyone gotten this to work on Windows GoDaddy hosting? Any help is appreciated.

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter jasuess

    (@jasuess)

    Update: I have a web.config file in the root folder and its working fine but once I add

    <rewrite>
    <rules>
    <rule name=”Main Rule” stopProcessing=”true”>
    <match url=”.*” />
    <conditions logicalGrouping=”MatchAll”>
    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
    </conditions>
    <action type=”Rewrite” url=”index.php” />
    </rule>
    </rules>
    </rewrite>

    All it does is toss up Error 500.

    Just alter your permalinks. Just paste /%postname%/ into your custom structure option. Remove the second slash if you want it without the slash …

    Thread Starter jasuess

    (@jasuess)

    Even if I just have /%postname%/ in the permalink settings it still requires index.php/ to be before the post or page name for it to work. Otherwise it 404 errors.

    Why are you running Windows?

    I am using godaddy with linux and my home comes up with just my URL name example https://www.domain.com no index.html.

    I was using the the first permalink setting /?category=123 then after that I selected the custom field and put have /%postname% and everything works fine again.

    Do you mean you logged into GoDaddy, went to Free Products and allowed GoDaddy to install WordPress for you?

    If you use linux or windows it doesn’t matter the GoDaddy installed WordPress does not work because of the bazaar configuration of the GoDaddy servers and the fact that GoDaddy has changd the configuration/coding whatever you want to call it.

    I wanted to let you know before you went any further. Give me a few minutes to type up the rest of this answer. I’ll get back with you soon.
    ~e

    If you have allowed GoDaddy to create the database and install WordPress for you, the basic WordPress setup will work. The problem comes when you try to add templates, edit WordPress code, change permalink, add widgets and such.

    There are many posts on many WordPress blogs/forums on how to solve many of the GoDaddy/WordPress problems, however if you ever upgrade your WordPress you just upgrade new problems. The same is true with their Zen Cart and several of their photo storage programs. They have edited the code so getting help on a forum is almost impossible because the “techies” on forum sites have no way of knowing which files and coding was changed by GoDaddy.

    I’ve been with GoDaddy for 5 years, I love them, but I know them.

    The best solution for all GoDaddy installed programs is to delete both the program and the database which GoDaddy has installed. In the case of this WordPress program, download the WordPress program from here. Upload the program yourself using a NON-GoDaddy FTP. Create the database within your GoDaddy hosting account > databases.
    Then install WordPress yourself.

    If you understood nothing of what I just said, contact me, I’ll try to walk you through it. If worst comes to worst I’ll just do it for you.

    ~eDee

    Thread Starter jasuess

    (@jasuess)

    @byurick, I am running Windows because I am primarily an ASP.NET/C# developer more than I am a PHP/CGI developer. Windows allows me to work in both ASP.NET and PHP as I feel.

    @keeperbay/eDee, Thanks for the insight. I wasnt sure that GoDaddy’s install would have been the problem. Ill go get started on getting my own install working on their servers.

    Thread Starter jasuess

    (@jasuess)

    @keeperbay/eDee, I used FileZilla to upload the WordPress files and all I got were Error 500’s. Any ideas?

    Thread Starter jasuess

    (@jasuess)

    Hrm. Apparently using FileZilla was the problem. I used WinSCP and now its working like a charm. Lets see if I can get my problem solved now! Thanks for the help.

    FileZilla doesn’t always upload all the files to a server, and FileZilla doesn’t always tell you that it has skipped the files. I use an old old old FTP called FTP commander. If there are any issues FTP Commander drops the connection and tells you there was a problem and it disconnected.

    I have your site up now on another tap and I see “Page Not Found”
    I’ll be on until late tonight. (do have to take a shower, but the kids are in bed LOL) I’ll check back here every 1/2 hour or so.

    Are you on facebook or have Yahoo messenger? I haven’t found away to send someone an email through this forum yet and I’d hate to leave my email address here and not be able to remove it later.

    On FaceBook I’m eDee2.0 (we could text from there) and on Yahoo I’m barefootmarket. Feel free to contact me. I’ll open Yahoo now.

    Thread Starter jasuess

    (@jasuess)

    Yeah, Ive been a little busy on my server today. I added BlogEngine.NET, Joomla, My own WP install, Host Connection WP install, and TandemServer. What I plan to do is offer web design/development services using primary any CMS available as well as hosting my portfolio. They all have their own folders now. My self install of WP is on https://jamessuess.com/wp/ and I just got off the phone with GoDaddy. They have their server admins looking into the issue and they believe its just an error with the Microsoft URL Rewrite Module. They should be sending an email soon after they finish looking into my issue. Ill do a full write up of my experience once I get this problem solved. GoDaddy does have decent support once you repeatidly (attempt #3 [2nd email about the issue] and #4 [second phone call about the issue])try to get a problem solved through their tech support.

    Just to warn you, the GoDaddy install of Joomla has the same problem as GoDaddy’s install of WP – been there, suffered through that! I love GoDaddy’s tech support, it’s why I stay. When I started programming they were the best tutors. Glad to see you got it up and running.

    evadwolrab

    (@evadwolrab)

    Is there any way of backing up my content before I delete everything and do a manual install of WP?

    I’ve never done a manual install before because I used to be on Bluehost, and although the server was slow their automatic installer was much quicker and easier.

    @jasuess,

    Are you using legacy windows hosting or the new grid windows hosting? I was told by GD support today that Microsoft URL Rewrite only worked on legacy so permalinks therefore only worked on legacy and not the new grid hosting for windows. Can someone verify this one way or the other? I also need windows for other reasons so would like to get a good WP install on Windows. Thanks, Dave

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘GoDaddy, IIS and Removing index.php in url’ is closed to new replies.