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
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.






May 31st, 2008 at 8:42 am
I can’t found the php.ini at ixwebhosting server, where i can search?
Please HelpME!
June 1st, 2008 at 1:06 pm
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.
June 1st, 2008 at 4:12 pm
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
November 27th, 2008 at 10:10 am
I love this site so so so much
Cool site!!,
November 27th, 2008 at 12:01 pm
I don’t want to see threads like this whonews.,
September 21st, 2009 at 10:18 am
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/
September 22nd, 2009 at 1:36 am
Thanks for the suggestion.
alk.