0
Welcome Guest! Login
0 items Join Now

SEF URL Problem

    • D's Avatar
    • D
    • Newbie
    • Posts: 9
    • Thanks: 0

    SEF URL Problem

    Posted 14 years 6 months ago
    • After installing Refraction (or any other beautiful templated design here @ RocketTheme-love you guys!) I realize that the default SEO Settings for SEF URL is set to "no". After clicking "yes" it rewrites the url but totally screws up the templated design for every page except the index.

      Does anyone have a "for-sure" resolution for this problem?

      Thx
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: SEF URL Problem

    Posted 14 years 6 months ago
    • D's Avatar
    • D
    • Newbie
    • Posts: 9
    • Thanks: 0

    Re: SEF URL Problem

    Posted 14 years 6 months ago
    • Thank you! And for anyone else here's the snipplet of code that helped me:

      Basic Core SEF:

      If joomla is in the root; htdocs, or public_html...

      In Global Configurations, Search Engine Friendly URLs Yes, Use Apache mod_rewrite Yes, Add suffix to URLs No.

      Change htaccess.txt to .htaccess.

      If it’s in a folder, you need to change the # RewriteBase / to reflect the path of your site.

      Change:

      # RewriteBase /

      to:

      RewriteBase /(the name of the folder joomla is in)

      ******If you are on shared hosting your path may resemble this:

      RewriteBase /public_html/yourwebsite.com/home/.htaccess

      Thanks again, Prim!!

Time to create page: 0.083 seconds