Routing remove or add "/"

More
13 years 11 months ago #23659 by igcorreia
Replied by igcorreia on topic Routing remove or add "/"
Perfect then, I was afraid that this was a manually process.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #23665 by ggppdk
Replied by ggppdk on topic Routing remove or add "/"
BUT you will need to click re-index if:

-- You add or remove a field as advanced Searchable

You don't need to click Re-index in other cases: creating/saving/deleting/coping items


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #23668 by igcorreia
Replied by igcorreia on topic Routing remove or add "/"
I see only when we change ADVANCED SEARCH configuration in the fields.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #25129 by philyanov
Replied by philyanov on topic Routing remove or add "/"
Edit .htaccess

#Add "/"
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ /$1/ [L,R=301]
#Or
RewriteCond %{REQUEST_URI} (.*/[^/.]+)($|\?)
RewriteRule .* %1/ [R,L,QSA]

#Remove "/"
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^(.+)/$
RewriteRule ^(.+)/$ /$1 [R=301,L]

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #25182 by igcorreia
Replied by igcorreia on topic Routing remove or add "/"
This is pretty nice will try it.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save