Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

i made a mess of some kind my website was running perfectly but i did some changes to wpconfig i cant seem to remember and the result is that if i dont use permalinks and use simple page id the whole website works and if i try to use permalinks all the individual links break but home page as well as admin panel keeps working .

It always gives 500 internal server error

Any one got any ideas what could have gone wrong .

P.S.> I have deleted .htaccess and created a new one and copied the code given by wordpress but its still not working.

my website is NewsKase

share|improve this question
Try flushing the permalinks. Go to Settings > Permalinks and click the save button below without changing anything. – Rutwick Gangurde Dec 25 '12 at 5:06
1  
If possible, check if your Apache server has the mod_rewrite module turned on, turn it on if not. – Rutwick Gangurde Dec 25 '12 at 5:10
thanks turning on mod_rewrite worked for me :) – Danny Dec 25 '12 at 19:41
Glad I could help! – Rutwick Gangurde Dec 26 '12 at 4:53

closed as too localized by toscho Dec 25 '12 at 21:28

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

Try re-saving your permalink structure at Admin panel>>>Settings>>>Permalinks. WordPress either creates/amends the .htaccess file for you or provides you with the correct block of code to manually add to your .htaccess file.

Review thiss codex article before setting a custom permalink structure again: http://codex.wordpress.org/Using_Permalinks: http://codex.wordpress.org/Using_Permalinks

share|improve this answer

Truning On mod_rewrite on server worked for me .

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.