WORDPRESS: Can someone help me, im sure its easy..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Deej
    I make pixels work
    • Jun 2005
    • 24386

    #1

    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
  • chadglni
    Confirmed User
    • Dec 2002
    • 6924

    #2
    I uploaded mine in the main directory.


    Sign up here - Dating Site affiliate program

    Comment

    • nofx
      Too lazy to set a custom title
      • Nov 2002
      • 16826

      #3
      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.

      Comment

      • directfiesta
        Too lazy to set a custom title
        • Oct 2002
        • 30209

        #4
        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 ....

        Comment

        • Deej
          I make pixels work
          • Jun 2005
          • 24386

          #5
          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

          Comment

          • candyflip
            Carpe Visio
            • Jul 2002
            • 43074

            #6
            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

            Comment

            • Babagirls
              Text Writer
              • Feb 2001
              • 18812

              #7
              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

              Comment

              • cpanic
                Confirmed User
                • Jan 2004
                • 267

                #8
                another solution

                you could always do a cheap php redirect.

                PHP Code:
                <? header("Location: http://www.domain.com/wordpress"; ?>

                Comment

                • psili
                  Confirmed User
                  • Apr 2003
                  • 5526

                  #9
                  .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.

                  Comment

                  • FrankHolland
                    Confirmed User
                    • Nov 2004
                    • 7241

                    #10
                    just re-install it, should be done in 5 mins..
                    NastyDollars

                    Comment

                    • Deej
                      I make pixels work
                      • Jun 2005
                      • 24386

                      #11
                      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

                      Comment

                      • candyflip
                        Carpe Visio
                        • Jul 2002
                        • 43074

                        #12
                        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

                        Comment

                        • directfiesta
                          Too lazy to set a custom title
                          • Oct 2002
                          • 30209

                          #13
                          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 ....

                          Comment

                          • directfiesta
                            Too lazy to set a custom title
                            • Oct 2002
                            • 30209

                            #14
                            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:
                            (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 ....

                            Comment

                            • Deej
                              I make pixels work
                              • Jun 2005
                              • 24386

                              #15
                              Cool thanks for the help :

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


                              Icq#30096880

                              Comment

                              • warlock5
                                Confirmed User
                                • Jan 2004
                                • 2808

                                #16
                                Here: http://codex.wordpress.org/Moving_WordPress

                                Comment

                                • lilspup
                                  Confirmed User
                                  • Aug 2004
                                  • 716

                                  #17
                                  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');
                                  ?>

                                  Comment

                                  • Deej
                                    I make pixels work
                                    • Jun 2005
                                    • 24386

                                    #18
                                    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

                                    Comment

                                    Working...