giobongio
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] www disappeared from website URLThank you very much litetim! I setup the settings with www and worked as a charm!
Forum: Localhost Installs
In reply to: index.php on localhost not workingYes there is. I have solved adding index.php to DirectoryIndex directive into Apache httpd.conf file. Thanks anyway for the help!
Forum: Localhost Installs
In reply to: index.php on localhost not workingYes, it is. I have solved adding index.php to DirectoryIndex directive into Apache httpd.conf. Thanks anyway!
Forum: Localhost Installs
In reply to: Homepage blankWoah! It works.
Thank you so much!!!!Forum: Localhost Installs
In reply to: Homepage blankHere’s my DirectoryIndex directive
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>Should I add index.php?
Forum: Localhost Installs
In reply to: Homepage blankYes, it is. And when I click it, I am redirected to the login form. After login, I see the admin control panel. But when I choose “Visit site” from top left, I see the blank page of my wordpress installation folder with the file list.
Forum: Localhost Installs
In reply to: Homepage blankI see a blank page with the list of files (and folders) contained in
“wp-admin” folder.Forum: Localhost Installs
In reply to: Homepage blankYes, it is. I got the success message after installation, I am able to login correctly, and when I browse the wp-admin/install.php file, I get the following message:
“Already Installed
You appear to have already installed WordPress. To reinstall please clear your old database tables first.”So I suppose that installation has succeded.
Forum: Localhost Installs
In reply to: Homepage blankUnfortunately, it doesn’t work. I think it may be a different kind of issue, since when I directly browse localhost/[my_wordpress_folder]/index.php
the result is again the blank page with the file list..