when i try to call my joomla with localhost i get this:

[b]Error displaying the error page: Application Instantiation Error[/b]

my db name, my user and pass are correct, i dont see any problem in configuration page, they r correct

Recommended Answers

All 6 Replies

Edit the configuration.php file Change Everything.. Username - Password - Database Name.. and Try again..

did many times

set $dbtype to

    public $dbtype = 'mysqli';

instead of mysql

hi veedeoo, i solved this but .htaccess still doesnt work, with uniserver the problem is same as was with xampp

Can you give me your rewriteBase value?

the value for the rewriteBase should be the directory the joomla is installed. For example, if joomlas is located in

    www/joomla

then your .htaccess rewriteBase will be

rewriteBase /joomla

so, pretty much without the joomla's default comments on the .htaccess file, it should look like this, exept for the installation directory

Options +FollowSymLinks

RewriteEngine On

RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]

RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]

RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]

RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})

RewriteRule .* index.php [F]

RewriteBase /joomla

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_URI} !^/index\.php

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

yep its set up like that but still gives the err
The requested URL /joomla/alies.html was not found on this server.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.