I have been trying to fix this URL Structure problem from past few days and unable to fix it. The Problem or my requirement is
I have changed Url method to seo friendly urls and now my urls are like this
http://www.domain.com/Business/this-is-test-post/
What i want to acheive is
http://www.domain.com/this-is-test-post/
I want to remove the category from the url structure, i have tried with html1.php in the libs.
If ($x == "storycattitle") {return my_pligg_base."/" . $var1 . "/" . $var2 ."/";}
i removed the variable $var1 and now my url structure displays correctly
but when i click the url on homepage it is not working, is there anything to do in .htaccess file
Can some one please help me with the solution.



Reply With Quote




