BluTiGeS Posted March 1, 2012 Share Posted March 1, 2012 Hi there, i have a problem with links like: cms.php?id_cms=6&content_only=1 they will show full page and not content only page when SEO / Friendly URLs are activated. I think this is a rewrite problem of the default htaccess which the generator provides or what do you think? RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)$ /cms.php?id_cms=$1 [QSA,L] Does anyone have a solution for this, how to write a link with content_only=1 that it will work? Many thanks Regards BluTiGeS Link to comment Share on other sites More sharing options...
renamed_account_335778 Posted March 9, 2012 Share Posted March 9, 2012 With Fiendly URLs enabled the url must be as this: http://www.domain.com/content/3-terms-and-conditions-of-use?content_only=1 Test it adding "?content_only=1", manually adding that to the end of the URL of a content page. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now