Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-22-2005, 05:09 PM   #1
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
WORDPRESS: Can someone help me, im sure its easy..

Using wordpress and I want my blog to open up when my someone inputs www.website.com instead of www.website.com/wordpress/

I changed the options to open with the domain.....now i either have to modify some php file....or i need to have my index.html file auto load to
www.website.com/wordpress/

I just need to know what my options are....and if i need to throw in a tag or script that auto loads the index file ....wichever.....and i cant seem to find any script like this.....

so any takers....im sure this is so fuckin easy, but hey....So am I
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:10 PM   #2
chadglni
Confirmed User
 
Join Date: Dec 2002
Location: PEI, Canada
Posts: 6,924
I uploaded mine in the main directory.
chadglni is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:13 PM   #3
nofx
Too lazy to set a custom title
 
Join Date: Nov 2002
Location: Virgin Mary's womb
Posts: 16,826
Here's the quick version of the instructions, for those that are already comfortable with performing such installations. More detailed instructions follow.

1. Download and unzip the WordPress package, if you haven't already.
2. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
3. Rename the wp-config-sample.php file to wp-config.php.
4. Open wp-config.php in your favorite text editor and fill in your database details.
5. Place the WordPress files in the desired location on your web server:
* If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.
* If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), rename the directory wordpress to the name you'd like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server.

6. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.
* If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
* If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php


That's it! WordPress should now be installed.

__________________

Often times I wonder why
There's love and hate, theres live or die.
When sickness comes I must decide:
When feelings go, theres suicide.
nofx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:18 PM   #4
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,682
if you don't want to reinstall, just do a redirect of domain.com to domain.com/wordpress/
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:40 PM   #5
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
I see what happened....i got confused in the beginning and I didnt think you could just put it in the root directory.....so if i already have in installed and have posted for 2 weeks....

do i need to re-install it to be bale to change this....or can i just remove the wordpress folder and place the rest in my root dir.?
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:44 PM   #6
candyflip
Carpe Visio
 
candyflip's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: New York
Posts: 43,064
Quote:
Originally Posted by Deej
I see what happened....i got confused in the beginning and I didnt think you could just put it in the root directory.....so if i already have in installed and have posted for 2 weeks....

do i need to re-install it to be bale to change this....or can i just remove the wordpress folder and place the rest in my root dir.?
I don't think it's as easy as that in the case of Wordpress, but you could move them and make any needed changes in the config files...not sure what they would be off the top of my head, or even if there are any for sure.
__________________

Spend you some brain.
Email Me
candyflip is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:47 PM   #7
Babagirls
Text Writer
 
Babagirls's Avatar
 
Join Date: Feb 2001
Location: Wisconsin
Posts: 18,812
im having problems transfering my blog (from blogspot.com) to a .com domain, if anyone wants to take me under their wing & show me, please hit me up LOL

baba at babagirl.com
or
babagirls18 on yahoo messenger

im sure its easy as fuck for everyone else but im terrible at technical crap like this. lol
__________________




Need a Text Writer?
Blogs|Reviews|Descriptions|Paysites|TGP's|Stories

ICQ: 397892500
Babagirls is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:50 PM   #8
cpanic
Confirmed User
 
Industry Role:
Join Date: Jan 2004
Posts: 267
another solution

you could always do a cheap php redirect.

PHP Code:
<? header("Location: http://www.domain.com/wordpress"; ?>
__________________
cpanic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:55 PM   #9
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
.htaccess solution ?

*note, my examples aren't referenced cuz' i'm lazy, so please test first

Code:
AliasMatch ^(.*)$ /root/to/webdirectory/wordpress/$1
or

Code:
RewriteEngine On
RewriteRule ^(.*) /wordpress/$1
I haven't used WordPress, so try the previous posts from people who obviously have.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:56 PM   #10
FrankHolland
Confirmed User
 
Join Date: Nov 2004
Location: Red Light District
Posts: 7,241
just re-install it, should be done in 5 mins..
__________________
NastyDollars
FrankHolland is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 05:57 PM   #11
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
Quote:
you could always do a cheap php redirect.


PHP Code:
<? header("Location: http://www.domain.com/wordpress"; ?>
and i would just put this in the header of my index.html file yes?

just to make sure

or is in one of the php files?
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 06:00 PM   #12
candyflip
Carpe Visio
 
candyflip's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: New York
Posts: 43,064
Quote:
Originally Posted by Deej
and i would just put this in the header of my index.html file yes?

just to make sure

or is in one of the php files?
In the index.html file in your root directory.
__________________

Spend you some brain.
Email Me
candyflip is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 06:12 PM   #13
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,682
Since you have been posting for 2 weeks, you would need to do a mysql dump ( backup ) before reinstalling. Then, once reinstalled, you " restore" the dump you did... This way you should keep all the posts.

Or as I and others said, do a redirect ( php or other ).
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 06:14 PM   #14
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,682
Quote:
Originally Posted by Babagirls
im having problems transfering my blog (from blogspot.com) to a .com domain, if anyone wants to take me under their wing & show me, please hit me up LOL

baba at babagirl.com
or
babagirls18 on yahoo messenger

im sure its easy as fuck for everyone else but im terrible at technical crap like this. lol
do you have shell access (old host & new host) ? if yes, the site can be transfered in a few minutes ( 3000.00 fee ) with rsync:
Quote:
(execute on the new server)
rsync -av -e ssh username@oldserverhost:/home/old_home/ /home/new_home/
leave out the v parameter (verbose) if you do not wish to see the progress.
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 06:44 PM   #15
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
Cool thanks for the help :
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 06:48 PM   #16
warlock5
Confirmed User
 
warlock5's Avatar
 
Join Date: Jan 2004
Location: Uranus
Posts: 2,808
Here: http://codex.wordpress.org/Moving_WordPress
warlock5 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2005, 07:22 PM   #17
lilspup
Confirmed User
 
Industry Role:
Join Date: Aug 2004
Location: Portland, Oregon
Posts: 716
throw your index.php in your root folder (leaving all the other files where they are) edit line 4 of the the index.php file to call the folder where blog header is, for example mine looks like this:

<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp/wp-blog-header.php');
?>
lilspup is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2005, 12:19 AM   #18
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
Quote:
Originally Posted by lilspup
throw your index.php in your root folder (leaving all the other files where they are) edit line 4 of the the index.php file to call the folder where blog header is, for example mine looks like this:

<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp/wp-blog-header.php');
?>
this my friend worked....the rest i tried and either didnt quite understand....one i know DIDNT work(course i may have overloooked something but i dont think)

thank you.....man itd be nice just to know the code and where to look, cause that was way too simple....

ill remember the name for future reference
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.