- Joined
- Jul 6, 2015
- Messages
- 105
- Likes
- 74
- Degree
- 0
Anyone have any idea how to fix PicoCMS while using .htaccess to create redirects?
Example:
Pico instead sends me to this:
Also if a file is redirected from the base like:
Sends me to:
(Yields a 404)
Anyone know how to get around this? Something to do with how Pico deals with the URL structure but can't seem how to get around it. Thanks!
Example:
Code:
Redirect 301 /page/ http://domain.com/blog/page/
Pico instead sends me to this:
Code:
http://domain.com/blog/page/?page/
Also if a file is redirected from the base like:
Code:
Redirect 301 content.php http://domain.com/
Sends me to:
Code:
http://domain.com/?content.php/
Anyone know how to get around this? Something to do with how Pico deals with the URL structure but can't seem how to get around it. Thanks!