Error 404 is showing, maybe caused by htaccess file

Hi,

i’m still a newbie, so bear with me please.
Well i’m installing a script on my site. But i’m getting always some error message or redirecting when i got ERROR 404.

I think this issue comme from the .htaccess file

The ower of the script wrote:

***If you can’t reach the /install
If you’re on Apache (if you don’t know, you’re on Apache)
You can try the following .htaccess files. First of all, make sure you have uploaded the one contained in the FoOlSlide download.

Open your .htaccess file and try one of the following:

Default:

DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index.php|assets|content|robots.txt|favicon.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
Compatibility:

AllowOverride All
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]
x10hosting and other weird services which we don’t suggest:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.)$ /index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.
)$ index.php/$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>
If you’re on Nginx
Nginx absolutely needs you to edit the configuration files. If you use Nginx, I suppose you know how to fiddle with these at least a bit.***

i tryed the 3 htacces, but it doesn’t work at all.
did you have a default htaccess?

What script is it?

I don’t if it is a script, but voilà. http://foolcode.github.io/FoOlSlide/

Should be working ok now

Hum no, it still doesn’t work.
i got a "***An Error Was Encountered

If you are here, and have no clue why FoOlSlide is not working, start by reading the installation manual***."

and a retry all htaccess, and i still got errors: 404 or “an error was encoureted”

:-s

http://kazuyuki-readonline.comli.com/install works for me. Did you complete the installation process at all?

Ah, thank you:D.
sigh they put on read me:

"
Installation

  1. Copy everything in the archive in a public server folder
  2. Create a database (MySQL, MSSQL, MySQLi, SQLite…)
  3. Go to http://yourdomain.com/slidefolder/install
  4. Insert database info and admin account info
  5. Done

"

So it isn’t /slidefolder/install
but /install only

Thank you very much

slidefolder (slide folder) is an example directory of where you might have uploaded the files.
If you upload directly to root (public_html) then there is no directory/slidefolder :wink: