Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   .htaccess for permalinks (http://forum.bytesforall.com/showthread.php?t=196)

HenryGomez Feb 5, 2009 09:17 AM

.htaccess for permalinks
 
I inadvertently deleted my.htaccess file. What is the code for the basic .htaccess file.

Flynn Feb 5, 2009 09:27 AM

Code:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress


HenryGomez Feb 5, 2009 10:08 AM

Ok Flynn, I know this isn't really your area it's more a question for the folks at WP but I figured you're really on top of it. And it'll be the last I ask something, promise.:)

I'm trying to move my new WP blog from the directory I was tweaking it in (XXXX.com/wpr/) to the root directory (XXXX.com). I thought I could simply move all of the files into root directory and that would do it. When I did this the blog was visible at the address XXXX.com but I lost access to the admin screen. I got all kinds of errors.

What did I do wrong?

Flynn Feb 5, 2009 10:29 AM

The admin screen should be at http://www.xxxx.com/wp-admin/

Change Settings -> General -> WordPress address (URL) and Blog address (URL) to

http://www.xxxx.com

HenryGomez Feb 5, 2009 05:09 PM

Flynn, I want to thank you profusely for designing such a great theme and for all the help. Everything is up and running as it should now. Best, Henry.


All times are GMT -6. The time now is 01:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.