millionairemike
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??I am following this guide
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
And it says i have to Copy the index.php and .htaccess files from my Blog directory into the root directory of my site (Blog address).
but what is the “.htaccess” files ?
Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??anyone ?
Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??okay thank you, but what does this mean ?
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./blog/wp-blog-header.php’);
?>Something i have to do ?
Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??anybody ?
Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??well the fact of the matter is, i dont wanna link to the blog, i want the blog to have the domaine http://www.danskfunnel.dk instead of http://www.danskfunnel.dk/blog as the WP blog is right now … can’t i do that somehow?
Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??Do i really need to Install the hole WordPress in the main root folder ?
isint there some sort of index file i can copy & Paste to the main root folder?, as you always do with a homepage for that matter.Forum: Fixing WordPress
In reply to: Want my blog to use my domaine.. ??macsoft3 … thank you, but thats geektalk to me 🙂
revdarkwing, okay thanks, i’ll try that.
Forum: Fixing WordPress
In reply to: How to get my Blog to start up at my existing domaine ?Anyone?
Forum: Installing WordPress
In reply to: Why dosent this site Work!?Finally that worked, thank you very much, i appreciate it 🙂
Forum: Installing WordPress
In reply to: Why dosent this site Work!?Is it corret to insert this:
“define(‘WP_SITEURL’, ‘http://danskfunnel.dk/blog’);
in the “wp_config.php” like this ?
“””””””””
<?php
// ** MySQL-indstillinger ** //
define(‘WP_SITEURL’, ‘http://danskfunnel.dk/blog’);
define(‘DB_NAME’, ‘danskfunnel_dk’); // Databasenavnet
define(‘DB_USER’, ‘danskfunnel_dk’); // Dit MySQL-brugernavn
define(‘DB_PASSWORD’, ‘********’); // … og kodeord
define(‘DB_HOST’, ‘localhost’); // 99% chance for at du ikke skal rette her
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);“””””””””
it must be wrong somehow, because http://Danskfunnel.dk/blog/
still dosent work proberlyThanks.
Forum: Installing WordPress
In reply to: Why dosent this site Work!?Im giving up on any future hope for the human race. .. hehe thank you,
its because i thougt i could registrer an account on Phpmyadmin.net
but then i saw i had to Download something first.. to me thats a difficult way..
I thougt i could do it quick, but no.. i had to change everything first.
Forum: Installing WordPress
In reply to: Why dosent this site Work!?Okay..
Well i don’t no, why shoulden’t they ?
all this script thing just dosent make any sens to me..and ins not a very detailed description.. so if you could cut it into small peaces for me i would be greatfull.
Forum: Installing WordPress
In reply to: Why dosent this site Work!?I hear you, but it still has to be fixed right.
“”””””
Another new wp-config.php option, added as of WordPress Version 2.2, is WP_SITEURL. This allows the WordPress address (URL) to be defined. The valued defined is the address where your WordPress core files reside. It should include the http:// part too. Do not put a slash “/” at the end. Setting this value in wp-config.php causes the wp_options table option_value of siteurl to be set and disables the WordPress address (URL) field in the Administration > Settings > General panel.
“”””””Is it just for Version 2.2 ? ..
because i cant find “WP_SITEURL” Anywhere ?
or is it just be being Stupid ?
Forum: Installing WordPress
In reply to: Why dosent this site Work!?Okay, well its geek talk to me.. I know it says i have to Install PHPmyadmin, and there is a Quick install guide, which is not for Rookies i can tell you that much.. dont understand why it should be so difficult to change the URL.
it says in the Quick Install
Now you must configure your installation. There are two methods that can be used. Traditionally, users have hand-edited a copy of config.inc.php, but now a wizard-style setup script is provided for those who prefer a graphical installation. Creating a config.inc.php file is still a quick way to get started and needed for some advanced features.
But i cant find the “Wizard Style Setup script” for a graphical installation Anywhere!?…
Isint there another way to Change the URL ?? ..theres got to be ..
Forum: Installing WordPress
In reply to: Why dosent this site Work!?how do i log into my PHP ?