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)
-   -   real page names (http://forum.bytesforall.com/showthread.php?t=187)

matty5490 Feb 4, 2009 12:19 PM

real page names
 
How does one go from website.com/?p=1 to website.com/meaningful-page-name/

I have a few questions, which i'll post in different threads to keep things organized. (I just donated, your theme is changing my life! more donations coming in the future)....

Flynn Feb 4, 2009 12:26 PM

See Site Admin -> Settings -> Permalinks

Thank you for the donation.

Flynn Feb 4, 2009 01:42 PM

Looks like the permalinks aren't working yet because your .htaccess file is not writable. Here's what you can do:

In a text editor, open a new file and paste the following text into it:

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

Save the file as .htaccess (note the dot at the beginning), and upload it to the root directory of your WordPress installation on your web hosting account, should be something like /public_html/your-domain.com/
(May look different on your web hosting account)

Note: This file goes into the root directory of your WordPress installation, not into the Atahualpa theme directory.

You know that you're in the WordPress root directory when you see files such as wp-app.php, wp-atom.php, wp-blog-header.php etc... Upload the .htaccess file into the same directory where these files are.


matty5490 Feb 4, 2009 02:56 PM

you anticipated my next question, thanks.

I have a couple other questions, should I make new threads or just post here?

Flynn Feb 4, 2009 03:27 PM

Make new threads please so others with the same question can find them


All times are GMT -6. The time now is 09:25 AM.

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