Hi Frndz I have created a site in zoomla (http://www.ttech.co.in/). But I found a problem there in the pages. I create some pages on this site like: http://www.ttech.co.in/index.php/training http://www.ttech.co.in/index.php/services http://www.ttech.co.in/index.php/tutorial http://www.ttech.co.in/index.php/tutorial/php Here on these pages you can see that /index.php and then page title coming, while I need my pages in simple way like this: http://www.ttech.co.in/training.html http://www.ttech.co.in/services.html http://www.ttech.co.in/tutorial.html http://www.ttech.co.in/tutorial/php.html Can anyone help me that how can I do this. Pls. suggest. Thanks and regards
You have turned on SEF URLs but you have not activated the Apache mod_rewrite. Rename your htaccess.txt file to .htaccess In global configuration turn 'Use Apache mod_rewrite' to on. This only works for Apache servers, if this causes issues check with your hosting provider.
Ys got it.. thanks to guide me... I hv another query that how can i create .php pages same as .html pages. Please guide me. Regards