I created a blog with WP on my server ... I cahnge the url type from p=num to ... %Year%Month%Smaple_post ... And now I get 404 for every post Please help . Thanks
You need to enable two things in your Apache web server: Open your httpd.conf where Apache is installed. First is enabling mod_rewrite module -> look for the line similar to 'LoadModule rewrite_module modules/mod_rewrite.so' and remove the # makr from its beginning. Second - look out for 'AllowOverride' and set them to 'all' . This should work, ask if u have any problem
Loreli : Yes ... I did manually myself. xhtmldude: This is not VPS ... This is shared host with GoDaddy ... I don;t know If I can touch the Apache rules ...