| View previous topic :: View next topic |
| Author |
Message |
newbie
Joined: 23 Jul 2010 Posts: 2 Location: SF BayArea
|
Posted: Fri Jul 23, 2010 7:29 pm Post subject: install issue |
|
|
i currently setup to
http://localhost/
I get the install page with:
# Host : *
# Username : *
# Password : *
# Database : *
#
Admin settings
# Username : *
# Password : *
# Retype password : *
# Email : *
after i filled these in and press install, it goes to
Not Found
The requested URL /install/ was not found on this server.
Apache/2.2.3 (CentOS) Server at 10.10.16.23 Port 80
=================
I tried moving the install directory up from /var/www/html/site/install to
/var/www/html/install
didn't seem to help |
|
| Back to top |
|
 |
admin Site Admin
Joined: 23 May 2006 Posts: 64
|
Posted: Mon Jul 26, 2010 6:38 am Post subject: |
|
|
Hi,
it's pretty difficult to make support on your localhost.
| Quote: | I tried moving the install directory up from /var/www/html/site/install to
/var/www/html/install |
not good....the files / dirs position shouldn't be changed.
| Quote: | after i filled these in and press install, it goes to
Not Found |
1.do u have apache with mod_rewrite?
check in httpd.conf this line :
#LoadModule rewrite_module modules/mod_rewrite.so
remove the comment (the # sign) if u didn't do that till now
2. try to change in the htaccess file the following line :
| Code: | | RewriteRule ^(.*)$ index.php/$1 [L] |
with
| Code: | | RewriteRule ^(.*)$ index.php?/$1 [L] |
|
|
| Back to top |
|
 |
newbie
Joined: 23 Jul 2010 Posts: 2 Location: SF BayArea
|
Posted: Tue Jul 27, 2010 4:20 am Post subject: |
|
|
I did the htaccess already, but didn't do the rewrite_module, will try it, thanks!
"it's pretty difficult to make support on your localhost." I can't give you access even if I could, I am testing out your product for a different purpose, internal use inside a company. |
|
| Back to top |
|
 |
|