Change Link Structure
|
4 posts
|
I currently use Frog CMS on a website. The current link looks like this: Is there any way to modify the link to look like this? This is very important for me because I have to keep the same link structure as the old website. Someone can help? |
|
180 posts
|
I think you can use .htaccess aliases for creating links. For example you can use in .htaccess. Same like this example:
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. |
|
4 posts
|
Other way then 301 redirect? |
|
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. |
|
180 posts
|
Hm.. May I can do plugin that do this redirects. |