File .htaccess

The installation of the software on the server is recommended directly in the domain, or sub to the domain, so developments the system to make from the main address. If however it did not manage this to execut}, one ought to edit the file .htaccess.

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

In the line RewriteBase one ought to give the fully qualified path to the file index.php. When for example our script is installed in the location http://phpbluedragon.pl/pbdmailer/ then this line should contain the name the directory pbdmailer.

RewriteBase /pbdmailer/