sitemap  |  contact

Sakic.Net Forum
20 November 2008, 13:02 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Email Directory goes free: http://www.sakic.net/products/free_products/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Products / SEF Advance / Re: Removing index.php from URL on: 17 July 2008, 17:06
Got that sorted. Added the following lines to my .htaccess file.

-----------------------------
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
-----------------------------

Everything worked perfectly after  that. I'm new to this so not sure if it will cause other problems but working ok for now.

File permissions on my .htaccess file were not set up properly so this is what may have caused the problem in the first place.
2  Products / SEF Advance / Removing index.php from URL on: 16 July 2008, 17:37
I have installed SEF advance on my Joomla 1.5 site. Everything is installed ok and i currently have URLs like

http://www.Huh??.com/index.php/contact/
http://www.Huh??.com/index.php/email/

I was wondering how can i remove the index.php from the URL. I have tried to create an alias but this still shows up with the index.php in the URL. When i enable "Use Apache mod_rewrite" in my global configuration i get rid of the index.php but then when i click on the links i get a blank page.

Thanks for any help.
Pages: [1]