My office using Yahoo Small Business for web hosting, because of the cheapness. Five Giga Byte Capacity, only $9.95 per month. I think it’s the cheapest web host service. Unfortunatelly i can’t using “pretty” permalink for my wordpress. Permalinks are permanent URLs to your individual weblog posts, what another webloger will use to link your article. In wordpress, there are three basic type permalink:
Ugly permalinks (default setting from wordpress):
http://weblog.com/?p=n
where n is post ID number.
mod rewrite Pretty permalinks:
http://weblog.com/category/post-title
mod rewrite permalinks need apache’s mod-rewrite module.
path info: Almost pretty permalinks :
http://weblog.com/index.php/yyyy/mm/dd/post-title
When i chose the pretty permalink, my wordpress always show “NOT FOUND” when i click the permalinks of each article. I found this forums related with my problem. what.. ?? mod_rewrite is not supported by Yahoo Web Hosting. So i can’t use pretty permalink.
Recent Comment