1 digby Nov 22, 2005 06:59
3 digby Nov 22, 2005 16:20
Thank you for your reply. Yes I'm using my own server on a unused machine with my broadband. I've search in all the files and only found one sample.htaccess in the b2evolution/admin folder.
Do I need to create this? If so how? Just in notepad with the file name .htaccess?
4 village_idiot Nov 22, 2005 17:08
yes, remember the . though when you put it on your server and it goes in the web root of your site.
apache does have built in mime-types and I never experienced any similar problems when I was running my own T1, so I cant say where you messed up compiling everything, but the .htaccess will work in the meantime.
An FYI, using Apache/MySQL, php, etc.. can be a great learning experience, however, the mere idea of you not understanding what an .htaccess is, and where it goes suggests to me that your pulling the cart before the horse. I reccommend doing alot of reading, apache docs, etc..and pick up a book if your actually attempting to do all of this on a non-windows box. Unfortunately, the trendiness of setting up your own uber-|33t nix box gets overshadowed by the fact that there are certain fundamentals that should be understood before doing anything else (if you want to be successful, atleast). :)
Good luck!
5 kweb Nov 22, 2005 17:47
Are you trying to open it locally on the server, or using a web browser? You should be using a web browser to access it.
6 digby Nov 23, 2005 02:45
I'm running a machine with XP pro and set up Apache,SQL,PHP5,Myphpadmmin.
I used mozilla firefox browser to open the file. At first it would always ask for what program to open the install.php.
Now it comes up but with php scripting in prominence and unable to see actual install options.
I am a loss as to why it's not working. I've been through everything, I even HAVE READ BOOKS on this but cannot find out why the php scripting is not connecting to my sql.
7 kweb Nov 23, 2005 16:39
Just to be sure - are you opening the file by double-clicking it, or are you typing a URL into your web browser? You should be typing a URL such as http://localhost/blog/install/install.php
8 digby Nov 29, 2005 05:10
I'm still not able to install php script but on a new install I got the following error message.
~~ PHP Startup: Unable to load dynamic library 'C:/www/php5/ext/php_mysqli.dll - The specified module could not be found. ~~
The .dll is in the /ext folder. I know this is the reason why it's not working but now I got an error to troubleshoot with. Thanks for all your previous advice and anymore ideas on how to make this module work.
Digby
9 digby Nov 29, 2005 17:04
now all I get is a blank screen when clicking on anything, still not getting the install button or go button. I give up.
10 blueyed Nov 29, 2005 19:34
This is a PHP/Webserver problem. It sounds like you've not setup WAMP (Windows, Apache, MySQL and PHP) correctly.
Please try [url=http://www.apachefriends.org/xampp.html]XAMPP[/url] to setup your webserver environment. It should be quick and easy.
It's really not easy, as whoo already pointed out, but do not give up so fast.. ;)
11 digby Nov 29, 2005 19:41
I was using something similar from DeveloperSide.NET and it does not work period. I just uninstalled everything.
I will try what you recommend.
I'm frustrated but challenged.
12 digby Nov 29, 2005 22:48
I just installed B2,Wordpress & Nucleus to compare side by side and it took less than 30 minutes to set up. Thank you for the link.
your own server? sounds like a mime-type issue.
In your .htaccess add this:
that should take care of it.