are you having tough time with wordpress permalinks seup on linux. does it fails to resolve links even you have got mod_rewrite enabled in apache config? ideally it should work and in most cases it works but sometimes it won’t.
solution is to add the two lines below to your .htaccess file preferably at top
Options +FollowSymLinks
AllowOverride All
make sure these lines are not already added to your apache config file or you may get internal server errors.
if it doesn’t works in .htaccess file which can happen occassionally then you need to add these lines to apache conf. which should work for sure.
Custom Search
