Matleyx78
Matleyx78
this is my apache site config: ``` ServerName www.nuovoj.com ServerAlias nuovoj.com ServerAdmin webmaster@localhost DocumentRoot /var/www/nuovoj.com/bfci/public/ Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny allow from all ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log...
Thank you Silverak. I'm in a domain lan, where thereis a dns server. In this server is just setting the domain nuovoj.com, that pointing to the right ip adress. In...
> 1. Have you set your URL in the application/config/config.php file? If not it might try redirecting you to the IP instead. Yes: `$config['base_url'] = 'http://www.nuovoj.com';` > 2. Did you...
Thi is the respons by chrome inspector: Request URL: http://nuovoj.com/ Referrer Policy: no-referrer-when-downgrade Provisional headers are shown Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)...
I try to reset all another time..... I set the site with the same directory structure, but without the bonfire's files. Now, if i open the site, i see my...
DON'T WORK!!!! On my apache server, bonfire don't work..... i don't understand the motive.... I try on xampp and localhost on my workstation and works fine..... I founded a littel...