.htaccess Problem Kootali Installation

Hallo,

ICh habe ien Problem bei der Installation von Kootali, entweder bin ich zu dumm oder das CMS spinnt.

Hier die Install.txt

[CODE]Installation Kootali Facebook Clone v1.5

Note: In order to run Kootali you need PHP5 and mod_rewrite enabled!

  1. Upload all files from „UPLOAD“ directlory to your server
  2. CHMOD all files, folders and subfolders in /applications/content/ to 777
  3. CHMOD all files, folders and subfolders in /application/language/ to 777
  4. Create a MySQL database
  5. Edit „/application/config/database.php“ to match your MySQL database host, user, password, dbname
  6. Edit the line $config[‚base_url‘] in „/application/config/config.php“ to match your site url
  7. Import facebook.sql into your database.
  8. Edit the line „RewriteBase /“ in „.htaccess“
    Leave alone if you installed facebook into your server root or change to „RewriteBase /yoursubdir/“ if installed in a subdirectory
  9. You’re done.
  10. Go to http://www.yourdomain.com/admin/ and login with username „admin“ and password „admin“

p.s. If you can’t save the config settings set permissions to all the files in „/applications/configs/“ to 644 or 777[/CODE]

Gut hab alles gemacht, nun wenn ich meine HP aufrufe unter www.yoursafebook.hn.vc ist nix da nur das Icon sieht mann in der Leiste wo die URL steht.

Was muss ich in der .htacces ändern? ich nutze kein Subdir.

hier die .htacess

[CODE]RewriteEngine on

RewriteBase /

if you installed facebook in a subdir use something like below and remove the line above

RewriteBase /subdirectory/

RewriteRule ^admin/$ index.php/admin/login/
RewriteRule ^admin$ index.php/admin/login/

RewriteCond $1 !^(index.php|application/images|application/scripts|application/css|application/content|application/settings|favicon.ico)
RewriteRule ^(.*)$ index.php/$1[/CODE]

Hab schon versucht alles zu löschen geht nicht.
hab versucht RewriteBase / , fünktioniert auch nicht.

Kann mir jemand helfen?

PS: Ich will das CMS nur testen, NICHT NUTZEN also bitte keine Hinweise wie gefährlich das ist usw. das weiß ich :wink:

Danke & Lg

Kann mir denn niemand Helfen? Ich weiß doch das Ihr die Antwort wisst…

Ist mod_rewrite aktiviert? Was sagen die error- und access-logs dazu?