Vacation Rental Script Forum Index Vacation Rental Script
Vacation Script
 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


install issue

 
Post new topic   Reply to topic    Vacation Rental Script Forum Index -> Installation
View previous topic :: View next topic  
Author Message
newbie



Joined: 23 Jul 2010
Posts: 2
Location: SF BayArea

PostPosted: Fri Jul 23, 2010 7:29 pm    Post subject: install issue Reply with quote

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
View user's profile Send private message Yahoo Messenger
admin
Site Admin


Joined: 23 May 2006
Posts: 64

PostPosted: Mon Jul 26, 2010 6:38 am    Post subject: Reply with quote

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
View user's profile Send private message
newbie



Joined: 23 Jul 2010
Posts: 2
Location: SF BayArea

PostPosted: Tue Jul 27, 2010 4:20 am    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Vacation Rental Script Forum Index -> Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group