How to get Wordpress up&running
by however from LinuxQuestions.org on (#6CMYK)
Hello everyone,
I have been trying to get wordpress running on my slackware current box. After following many tutorials on LAMP I got stuck on actually launching WP.
I also read this post which was describing exactly the same issues as I am having.
I have correctly edited the apache and php conf files (i have both "It Works!" and the PHP version 8.2.7 display pages <localhost/info.php>).
I have created a database on MariaDB called 'UTT' owned by 'root'.
I have edited /etc/httpd/httpd.conf with the databases and user names.
I have uncommented the 'Include /etc/httpd/mod_php.conf' to include PHP.
I have added wordpress_owner:1000:apache in /etc/group.
I have restarted all servers several times and even the computer just to make sure and, still when I invoke 'localhost/wp-amin' or 'localhost/wp-config.php' or 'localhost/wp-admin/install.php' i get
Quote:
If i copy past the full directory.file path to the url bar of firefox it tries to open the file.
What am i missing?
Thanks in advance
I have been trying to get wordpress running on my slackware current box. After following many tutorials on LAMP I got stuck on actually launching WP.
I also read this post which was describing exactly the same issues as I am having.
I have correctly edited the apache and php conf files (i have both "It Works!" and the PHP version 8.2.7 display pages <localhost/info.php>).
I have created a database on MariaDB called 'UTT' owned by 'root'.
I have edited /etc/httpd/httpd.conf with the databases and user names.
I have uncommented the 'Include /etc/httpd/mod_php.conf' to include PHP.
I have added wordpress_owner:1000:apache in /etc/group.
I have restarted all servers several times and even the computer just to make sure and, still when I invoke 'localhost/wp-amin' or 'localhost/wp-config.php' or 'localhost/wp-admin/install.php' i get
Quote:
Not Found The requested URL was not found on this server. |
What am i missing?
Thanks in advance