Announcement

Collapse
No announcement yet.

Can I use SEF?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can I use SEF?

    I put my site on an account I bought from myself, I'm using Joomla!....is SEF an option for me? I did try turning it on and it did not work. I looked around, found some instructions and still no cigar. Any clues?

    Thanks!

  • #2
    What you need is the htaccess.txt file on your server /Joomla root/
    Create a text file on your desktop /htaccess.txt/, copy and paste the below text and when ready, overwrite with FTP the one you already have in Joomla root. Then rename it to .htaccess and when you refresh the remote FTP, this file will be gone. Nothing to worry about. Now, go to your Joomla admin and under config, change for SEF / last TAB and Save.




    ##
    # @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
    # @package Joomla
    # @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##

    #
    # mod_rewrite in use
    #

    RewriteEngine On

    ##
    ## NOTE!
    ## When using multiple Joomla sites or other web applications in sub-folders,
    ## you must explicitly turn the RewriteEngine off or use the settings
    ## recommended for the application
    ##

    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update YourJoomlaDirectory (just / for root)

    RewriteBase /

    #
    # Rules
    #

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*) index.php

    Comment


    • #3
      Big Time Thanks Arthur!

      Hey I just followed yoiur directions and am looking golden now. Thank you for the help with that!

      Just as an aside...great work on your own site. Your SoloIt.com site was and still is an inspiration to me in designing and modeling my own. I wish you nothing but the best sir!

      Thanks again.

      Comment

      Working...
      X