alkampfer on May 26th, 2008

Uff…that was thought, it is almost one year I opened my blog, wordpress is great, but I never be able to set permalink to work correctly, caused by the fact that my hosting use IIS, and wordpress likes to be hosted on apache. In a lot of blog I found that to enable permalink I need to change some settings in php.ini, these settings are

cgi.fix_pathinfo = 1
cgi.force_redirect = 0

So I called my hosting helpdesk and ask them to apply this setting to my php ini file. It seems not to work, today I take a simple info.php get running on my site and I see a strange thing, it told me that

Configuration File (php.ini) Path F:zzzzzxxxxxxnablasofnablasoft.comphp4-cgi-someotherstuff.ini

This is a big surprise for me, I’do not know a single instruction on php, but I read that the default ini file is called php.ini, but my info.php is telling me that the configuration is stored in a different file. I download this file and see that it does not contain the fix_pathinfo = 1….too bad, so I correct the file, upload again in the site and now permalink seems to work :D finalllyyyy yattaaa!!!!!

here is a sample link of the previous post http://www.codewrecks.com/blog/index.php/2008/05/26/working-with-distributed-team-vpn-and-source-control/

Ok, next step……. I will have to change the skin of the blog that is really not appealing.

alk.

Tags:

kick it on DotNetKicks.com

8 Responses to “WordPress Permalink on IXwebhosting and IIS”

  1. I can’t found the php.ini at ixwebhosting server, where i can search?
    Please HelpME!

  2. In fact there is no php.ini file in the installation, I use a php.info that one of my friend uploaded in nablasoft site. From php.info I was able to see that configuration file has a really strange name
    php4-cgi-nablaso.ini or something similar, this permits me to make the requested changes.

    alk.

  3. Hi,

    I am also facing the same problem. I use IXWebhosing. Could you please help me to solve this issue.

    Could you pleae pass that ini file (or) php.info file? Where should I place the file to solve this issue? Please help

  4. I love this site so so so much :) Cool site!!,

  5. I don’t want to see threads like this whonews.,

  6. Custom 404′s while preserving the ability to have permalinks are possible using this hack with a small tweak — see http://dotnetyuppie.com/2009/0.....-with-iis/

  7. Thanks for the suggestion.

    alk.

Trackbacks/Pingbacks

  1. Disabled permalink on the site