jemmy655 / sweetcron

Automatically exported from code.google.com/p/sweetcron
0 stars 0 forks source link

404 Error, I editted htaccess, but unsure what to do from there. #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. at install
2. at the Whoo Whoo part :)
3.

What is the expected output? What do you see instead?

"Whoo Hoo! Almost there - now just run the install script."

now that link that should redirect me to an install point to :

mysubfolder/admin/install

when i click it, i get a 404 error on firefox and so cant install anything
plus it seem there is no admin folder anywhere in the package ? right ?

What version of the product are you using? On what operating system?
release 106 from 6 hours ago

Please provide any additional information below.

I've checked everything and everything is right. There is no admin folder.
and then i found out I had to edit my .htaccess. When i typed in

Options +FollowSymLinks
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

into the htaccess file, but I'm kinda unsure of if i need to edit or just
leave it and not change stuff.

Original issue reported on code.google.com by nooneevr...@gmail.com on 29 Aug 2008 at 11:38

GoogleCodeExporter commented 8 years ago
I finally figured it out. It doesn't work in a subfolder so i had to put it in 
my
root folder.

Original comment by nooneevr...@gmail.com on 30 Aug 2008 at 12:06

GoogleCodeExporter commented 8 years ago
not bug tracker issues.  for installation support, see the discussion group
http://groups.google.com/group/sweetcron

Original comment by yongf...@gmail.com on 30 Aug 2008 at 1:53