http://www.icyphoenix.com/viewtopic.php?f=4&t=4711
-----------------------------------
Lopalong
Mon 15 Sep, 2008 12:26

DEBUG - Localhost - 127.0.0.1 - Installation Errors
-----------------------------------
Localhost - 127.0.0.1 - Installation Errors

Trying to install a "Raw" copy of Icy Phoenix to your own PC/localhost aka [b]127.0.0.1[/b] can and will at times produce the following error. It may not be the same error - But errors nevertheless depending on what you are using as your Local Server.

[quote]Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. 

If you think this is a server error, please contact the webmaster. 

Error 500[/quote]

[b]Remedy:[/b] Rename or Delete the [i][b].htaccess[/b][/i] file in the root of the Icy Phoenix forum, as it was not written to work with 127.0.0.1.

[b]Note:[/b] If in the future you want to upload the forum from [b]127.0.0.1[/b] to a Web-Server, you will have to make good the changes you made with the .htaccess file. Also note that Windows may not allow you to change the file name back to .htaccess, in this case you will have to re-name it at the Web-Server.

 :wink:


-----------------------------------
New Player
Mon 15 Sep, 2008 14:11

Re: Localhost - 127.0.0.1 - Installation Errors
-----------------------------------
here a other way to solve the problem:

when you are using xampp, open driveonxamppisinstalled:xamppapacheconfhttpd.conf with the notepad.

find

[code linenumbers=false]#LoadModule rewrite_module modules/mod_rewrite.so[/code]

replace with

[code linenumbers=false]LoadModule rewrite_module modules/mod_rewrite.so[/code]

and restart apache or xampp, please


-----------------------------------
Lopalong
Mon 15 Sep, 2008 14:28

Re: Localhost - 127.0.0.1 - Installation Errors
-----------------------------------
Thanks, Something I wasn't aware of. But I try to stick to the KISS principle and not involve changes to other software to accommodate installing Icy Phoenix, because it only complicates the situation. ;)


-----------------------------------
novice programmer
Tue 16 Sep, 2008 23:00

Re: Localhost - 127.0.0.1 - Installation Errors
-----------------------------------
I can rename a file to .htaccess on Windows XP with no problems. Just make it show the thing after th final dot.


-----------------------------------
Lopalong
Wed 17 Sep, 2008 00:29

Re: Localhost - 127.0.0.1 - Installation Errors
-----------------------------------
I get an error message "You must enter a file name" - As obviously it sees .htaccess as an extention. It may also depend on the encoding for the language one is using. Anyway I've edited the doc to "may not" ;)


