Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sawtbeirut Friend
    #118082

    In my portal i am not able to use the ” friendly search engine links ”

    when i change it i get error pages that give page not displayed..

    what can i do for this?

    imported_johnsta Friend
    #212789

    Did you rename htaccess.txt to .htaccess? This has to be done to get Joomla SEF core functions to work.

    sawtbeirut Friend
    #212826

    Hello, ya we did but we got broken links, and didn’t work

    is there anything we can do to fix it?

    sawtbeirut Friend
    #212834

    so any one can replay to this please? we did but we got broken links, and didn’t work

    is there anything we can do to fix it?

    itguy Friend
    #212840

    To enable SEF URLs you need to:

    Be running on Apache.
    Make sure the mod_rewrite apache module is installed (it is a default on most installs).
    Rename htaccess.txt to .htaccess in the Joomla root directory (might already be named .htaccess).
    Edit the .htaccess file and remove the coment char “#” from the following lines:

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

    In my situation I also had to add the following line to the .htaccess file to stop a Forbiden Access error:

    # To allow execution of cgi scripts in these directory uncomment next two lines
    AddHandler cgi-script .bat .exe .pl .cgi
    Options +ExecCGI

    sawtbeirut Friend
    #212870

    Thank you a lot, it works 100%

    i appriciate your help sir. and hope you get all the good luck at the 2007 year.

    itguy Friend
    #212871

    Glad to hear it worked for you! 😀

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  itguy 17 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum