I think i have a .htaccess problem, though i am a beginner, so i am unsure. My web page is only working on the frontpage, the other pages are all prefixed by /index.php/... so for bread page we have /index.php/bread etc.. and so i have no skin appearing in each time. Please help me if you know whats going on.
If you use something like Sh404sef, there is a setting in the configuration which allows you to hide the index.php part. Cheers, J.
You could go to your Joomla administration panel - global configuration Turn on SEF URLs and Use Apache mod_rewrite add this to your .htacess # mod_rewrite in use RewriteEngine On
it is easy. just make your .htaccess file writable. easiest way to do it is change its properties to 777 using a ftp client. Hope this helps.