I use Joomla! 1.5.22 Stable and if I'll turn on search friendly URLs function only the main page works. When I try to open an internal link than it isn't working for an error 500. The server doesn't support this function? Or I'm the lame? :)
I use Joomla! 1.5.22 Stable and if I'll turn on search friendly URLs function only the main page works. When I try to open an internal link than it isn't working for an error 500. The server doesn't support this function? Or I'm the lame? :)
This can be solved easily.
In the joomla installation directory:
you need to change "htaccess.txt" to ".htaccess"
you need to flush dns using
1.Then in Run command type "cmd" or just got command prompt
2.type "ipconfig /flushdns" with out the quotes
Do the step 2 a few times.
Then in the browser check again.
If you still get it then refresh the page using Ctrl+F5
█ BCV | Community Support Representative
█ x10Hosting - Giving Away Hosting Since 2004
█ Premium Hosting | VPS Services
Make sure that in your .htaccess, that RewriteBase / is uncommented and at the top of all rewrite rules.
Last edited by vv.bbcc19; 06-13-2011 at 12:20 PM.
█ BCV | Community Support Representative
█ x10Hosting - Giving Away Hosting Since 2004
█ Premium Hosting | VPS Services
Thank you for the quick answer! I'll try it.
---------- Post added at 07:16 PM ---------- Previous post was at 07:01 PM ----------
"RewriteBase /" was commented. Thank you very much. With Wamp Server on my pc it haven't been a problem. Thank you.