No, my website isn’t broken
June 26th, 2008 | No Comments | Filed in ProjectsThe more astute of you may have noticed that the usual front page of my website has changed. In a small fit of realisation when leaving the house this morning I realised the main thing on my website is this - my diary.
And so my diary is now the main page of my website thanks to a bit of crafty .htaccess magic:
RewriteEngine on                                                               Â
RewriteCond %{HTTP:Authorization} !^$                                          Â
RewriteCond %{QUERY_STRING} openid.mode=authorize                              Â
RewriteCond %{QUERY_STRING} !auth=                                             Â
RewriteCond %{REQUEST_METHOD} =GET                                             Â
RewriteRule (.*) %{REQUEST_URI}?%{QUERY_STRING}&auth=%{HTTP:Authorization} [L] Â
                                                                                                    Â
Redirect 301 /index.php http://www.piku.org.uk/diary/
The other stuff is still here, nothing has changed except one line in my htaccess file so you get redirected here. I’m going to do something to my website during the summer holidays. I’ve got some content to add and a few design changes I want to make. For now it’s better if you look at my diary since it gets updated several times a week.
Visit my other sites: Photo Gallery | Insane in the Membrane | Main website| 0.0 |

