Posts by Higor Lamonier • 57 points
6 posts
-
0
votes1
answer39
viewsQ: Apache does not read Magento’s Index.php
Good morning guys, I’m trying to install Magento 2.2.x. I did the installation of Apache 2.4,Mysql,PHP7.1 and its respective required extensions,. However when I enter the apache server "localhost"…
-
1
votes1
answer274
viewsQ: Codeigniter routes
Galley the default route of the site is "http://localhost/" or "http://localhost/index.php" when I go to the login page for example, "http://localhost/login" and not…
-
1
votes1
answer355
viewsQ: Routes in Codeigniter
I would like to know how to create routes in Codeigniter.At the moment, all I can get are routes like this " www.site.com/index.php/pagina2 ". I’d like to create routes like " www.site.com/pagina2 "…
-
0
votes1
answer53
viewsQ: Rails - Gem Cancancan and Devise
I use the Gems 'Devise' and 'cancancan' and also the 'rails_admin' in my project. All of them for the administrative part of the site. This part is working perfectly.However in my main page of the…
-
2
votes1
answer1172
viewsA: Logo (in svg) appears in Mozilla and not in Chrome
The problem was the way I treated the image, IMG <img src="img/logo.svg"> Apparently Chrome does not handle svg formats using the tag IMG The solution was to treat as an object as follows:…
-
1
votes1
answer1172
viewsQ: Logo (in svg) appears in Mozilla and not in Chrome
As you can see in the image, the logo is appearing in Mozilla and not in Chrome. I even tested it in Internet Explorer and also appears, which leads me to believe that the problem happens…