tom704
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Users postingNo, it goes to
https://www.libertynewsforum.com/library/wp-admin
and I want it to go to
https://www.libertynewsforum.com/library/wp-admin/index.phpor (post.php)
Forum: Fixing WordPress
In reply to: changing the siteurl messes up the WP blogI ran it and it said Blog and WordPress address have been reset but it isn’t changed.
This is what it says
SQL/DB Error:
[You have an error in your SQL syntax near ‘SET option_value = ‘https://www.mysite.com/wpblog’ WHERE option_name’ at line 1]
UPDATE SET option_value = ‘https://www.mysite.com/wpblog’ WHERE option_name = ‘siteurl’ OR option_name = ‘home’
Blog and WordPress address have been reset to https://www.mysite.com/wpblog.
——–
I tried with and without the trailing ‘/’ , mysite.com is of course changed to my actual site url. lol What is the SQL/DB Error? Is that the problem?Forum: Fixing WordPress
In reply to: changing the siteurl messes up the WP blogMatt, how do I use it?
<?php
// Fill in your WordPress URI below
$uri = ‘https://www.example.com/wordpress/’;
require(‘wp-config.php’);
$wpdb->query(“UPDATE $wpdb->options SET option_value = ‘$uri’ WHERE option_name = ‘siteurl’ OR option_name = ‘home'”);
echo “Blog and WordPress address have been reset to$uri
.”;
?>Forum: Themes and Templates
In reply to: where to start for color, designThanks podz, works and looks good
Forum: Themes and Templates
In reply to: where to start for color, designhttps://www.alexking.org/ has some well done wordpress style templates from their competition. Can anyone explain how to use one?
Forum: Themes and Templates
In reply to: where to start for color, designthanks podz
Forum: Installing WordPress
In reply to: login goes to file pagethanks!
Forum: Installing WordPress
In reply to: login goes to file pageI had someone try the links on their new computer and got the same Index of files.
Could it be that the files are in the wrong place? Everything else works as it suppose to but https://www.mysite.com/wordpress goes to the Index of files.Forum: Installing WordPress
In reply to: login goes to file pageSo when I login with name: admin and password it opens to https://mysite.com/wordpress/wp-admin/ and shows my files. (Index of /wordpress/wp-admin) and https://mysite.com/wordpress/ also goes to: Index of /wordpress
Any solutions? I also don’t like the files showing as well as the login doesn’t go the right page. Is there a redirect to fix it? Id so how is it done? Or permissions to hide the files?Forum: Installing WordPress
In reply to: login goes to file pagewindows xp and IE When I click on index.php in Index of /wordpress/wp-admin it goes to https://mysite.com/wordpress/wp-admin/post.php is the problem?
https://mysite.com/wordpress/ also goes to: Index of /wpForum: Installing WordPress
In reply to: login goes to file pageThe host answered and said they,”have tested PHP by creating a test PHP document found here: https://mysite.com/test.php and it is working without issue.”
Is the https://mysite.com/wordpress/wp-admin/ suppose to pick up the index.php ? How to correct that?Forum: Installing WordPress
In reply to: login goes to file pagewill ask them- wouldnt be surprised it its that…
Forum: Installing WordPress
In reply to: login goes to file pageyes