Create a file called php.ini and put the following information in it:
cgi.fix_pathinfo = 1cgi.force_redirect = 0register_globals = Onextension_dir = "./"extension=php_gd2.dll
Copy the file to your website root directory.
This not only fixes permalinks, but fixed my thumbnail creation AND my ability to run other PHP scripts.
tim254 wrote:Create a file called php.ini and put the following information in it: cgi.fix_pathinfo = 1cgi.force_redirect = 0register_globals = Onextension_dir = "./"extension=php_gd2.dll Copy the file to your website root directory. This not only fixes permalinks, but fixed my thumbnail creation AND my ability to run other PHP scripts.
I put that file in both my domain and subdomain root, with no results. Any other thoughts on how to get Permalinks working?