21281 Posts in 5729 Topics by 2600 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 930 Views |
-
SSL Redirection on certain page types

1 August 2010 at 6:26am
Hi,
I have seen the documentation about SSL for certain page types, but when I try to access to a MySecurePage page type, https://localhost/ss/new-mysecurepage/ for example, I obtain:
Not Found
The requested URL /ss/new-mysecurepage/ was not found on this server.
Apache/2.2.16 (Debian) Server at localhost Port 443but if I set SSL for all pages then all goes very well.
I have discovered that if I access to https://localhost/ss/index.php and not https://localhost/ss then I can access to certain SSL pages due to this link to https://localhost/ss/index.php/new-mysecurepage/.
Is normal this problem?
Thanks! -
Re: SSL Redirection on certain page types

1 August 2010 at 7:27am
Hi again,
I have tried to change in .htaccess
RewriteCond %{REQUEST_URI} ^(.*)$
forRewriteCond %{REQUEST_URI} index.php^(.*)$
and now it appears goes ok. -
Re: SSL Redirection on certain page types

8 August 2010 at 5:53am
Another solution is change in own VirtualHost AllowOverride None for AllowOverride All
| 930 Views | ||
|
Page:
1
|
Go to Top |

