How would I go and make my wordpress file into my webpage? I plan to make a few websites with wordpress I know there is a way to write it in just would like to know how.
Also anyone know where I can get a .htaccess file? I thought I made a fool proof one but WP is not reading it.
upload the file to your root folder instead of the blog folder (www.domain.com <--- root, http://www.domain.com/blog <--- blog folder).
usually it is public_html or www folders.
Okay.. I hope I do this one right.
actually wp can be inside a folder.. just that you have to copy the index.php from that folder into root folder and change admin options accordingly.
Okay the admin options. what sorta changes?
Because I moved all the files and that didn't work. But I got them all back in.
on wp-admin options tab you have wordpress url and blog url. to have wordpress in a folder make your wordpress url http://domain.com/folder/ and your blog url would be http://domain.com/
Might be a good idea to change the information before you move the files. And when you do move them move everything but the index.php. Then you have to edit the index.php so that it points at the right directory.
still didnt work.. Man what I doing wrong.
http://www.jakerobinson.net/WordPres
I want to make it http://www.jakerobinson.net
With the htaccess page I need when surfing the page I would like to make the add. pages the name of the page to correspond to what page is in the toolbar. Meaning if the are on my contact page. jakerobinson.net/contact-me
not jakerobinson.net/p=13.php or something like that.
add the wordpress folder name to your index.php in your root directory
and change the urls as stated before
Got it finally thanks all