Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
How to rewrite wordpress pages
Old 09-06-2007, 11:24 AM How to rewrite wordpress pages
Jalpari's Avatar
Experienced Talker

Posts: 32
Name: Jalpari
Location: www.thebeautyonline.com
Trades: 0
How to rewrite wordpress pages
Jalpari is offline
Reply With Quote
View Public Profile Visit Jalpari's homepage!
 
 
Register now for full access!
Old 09-06-2007, 02:59 PM Re: How to rewrite wordpress pages
Defies a Status

Posts: 3,420
Trades: 0
If you mean code Wordpress pages, then you will need to learn PHP.

To make a theme from scratch, try this:

http://www.wpdesigner.com/2007/02/19...ss-themes-huh/

Believe me though, it's quite complicated and fairly time consuming
CSS4Life is offline
Reply With Quote
View Public Profile
 
Old 09-07-2007, 04:21 AM Re: How to rewrite wordpress pages
Jalpari's Avatar
Experienced Talker

Posts: 32
Name: Jalpari
Location: www.thebeautyonline.com
Trades: 0
No not at all. I am talking about rewriting wp dynamic page into static one.
Jalpari is offline
Reply With Quote
View Public Profile Visit Jalpari's homepage!
 
Old 09-07-2007, 05:45 AM Re: How to rewrite wordpress pages
Jalpari's Avatar
Experienced Talker

Posts: 32
Name: Jalpari
Location: www.thebeautyonline.com
Trades: 0
i am talking about how to write or use this option in wp

WP admin panel > options > custom url
Explain this option for my web http://thebeautyonline.com/blog
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Jalpari is offline
Reply With Quote
View Public Profile Visit Jalpari's homepage!
 
Old 09-07-2007, 06:45 AM Re: How to rewrite wordpress pages
Defies a Status

Posts: 3,420
Trades: 0
Oh you mean the permalink structure of wordpress? Try changing this between default and date and name based, and when you click "update", you should see a message near the top of the page, which will either say "permalink structure updated" or "change/edit your .htaccess file now".

If you get the second option, then Wordpress cannot access the .htaccess file which is in the public_html folder of your files. Try my steps below, and after each one, then try updating the permalink structure, and see if it works:

1) CHMOD the .htaccess file to 666, also known as RW-RW-RW (Read write, Read write, Read write). This enables everyone including Wordpress to write to the .htaccess file. Howeer, this can cause security vulnerabilities and is not recommended if you are a large site with a lot of traffic because a hacker may attempt to mess with this. For your site, you should probably try this though.

2) If the above hasn't worked properly, then do this: Edit the .htaccess file and place this code in there, unless there it already exists:

Quote:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>
Now try to see if the permalink update works.

3) You might suddenly receive a 500 internal server error message when accessing your site. Don't panic! Go back and delete the .htaccess file, then CREATE A NEW ONE, again named .htaccess. Keep this blank. Try updating the permalink structure now.

4) If you've reached this far, then I've only got one suggestion left. Delete everything in the .htaccess file, then place this code in there:

Quote:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Try an update now. If it still doesn't work, have a look back at the .htaccess file and see if there is anything say "BEGIN WORDPRESS" and "END WORDPRESS". If there is, try just deleting these words, BUT NOT THE CODE BETWEEN THEM!

If you've tried everything and the permalink structure can't update, then contact your hosts. They might be able to sort out the problem.

Talkupation appreciated
Hope I've helped,
Dan (whym)


Please note: I've tried to help you with the above code, but if things don't work or you get errors and can't access your site, then I'm not responsible. If these things happen, then contact your hosts who should be able to fix things for you.
CSS4Life is offline
Reply With Quote
View Public Profile
 
Old 09-07-2007, 01:37 PM Re: How to rewrite wordpress pages
Jalpari's Avatar
Experienced Talker

Posts: 32
Name: Jalpari
Location: www.thebeautyonline.com
Trades: 0
whym u addressed my query very well however i got the answer before reading ur post aftr 2 hours hardwork.

Anyhow u help me alot and ur ans. is very good then why not i will add reputation.? Let me do it !
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Jalpari is offline
Reply With Quote
View Public Profile Visit Jalpari's homepage!
 
Reply     « Reply to How to rewrite wordpress pages
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24419 seconds with 12 queries