|
Create a file called php.ini and put the following information in it:
cgi.fix_pathinfo = 1 cgi.force_redirect = 0 register_globals = On extension_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.
|