FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Change Link Structure

Feed 4 posts, 2 voices

Avatar
4 posts

I currently use Frog CMS on a website.

The current link looks like this:
http://www.site.com/diving/weekend-courses/course1.html

Is there any way to modify the link to look like this?
http://www.site.com/course1.html

This is very important for me because I have to keep the same link structure as the old website. Someone can help?

 
Avatar
180 posts

I think you can use .htaccess aliases for creating links.

For example you can use in .htaccess. Same like this example:

Redirect 301 /course1.html http://www.site.com/diving/weekend-courses/course1.html

Number 301 will told to search engine bot that document is moved to new URL. (Plese correct last sentence. I learn english and this will help me to correct my mistakes).

Thanks.

 
Avatar
4 posts

Other way then 301 redirect?

 
Avatar
4 posts

The thing is that I am trying to make Frog CMS read my pages by slug.

So instead of using http://www.site.com/diving/weekend-courses/course1.html, I want to use http://www.site.com/course1.html.

I want to do this without manually adding htaccess lines with 301 redirects.

 
Avatar
180 posts

Hm.. May I can do plugin that do this redirects.