aboutsummaryrefslogtreecommitdiffstats
path: root/blog/web
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-08-01 15:36:03 +0100
committerStruan Donald <struan@exo.org.uk>2012-08-01 15:36:03 +0100
commite623b599a2d5f661f8992186d5d40a32a6fba535 (patch)
treec49426b19a5db75c515768e3aacf3b5e72e43728 /blog/web
parent028e927160369a633b488e1ae8eac77ed504b3ed (diff)
parent7ccaa354a8ad9df8db6846822c09c434edad3a1d (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'blog/web')
-rw-r--r--blog/web/.htaccess11
-rwxr-xr-xblog/web/fcgi/php-basic3
-rw-r--r--blog/web/index.php6
3 files changed, 0 insertions, 20 deletions
diff --git a/blog/web/.htaccess b/blog/web/.htaccess
deleted file mode 100644
index 8d2ba9aa2..000000000
--- a/blog/web/.htaccess
+++ /dev/null
@@ -1,11 +0,0 @@
-
-# BEGIN WordPress
-<IfModule mod_rewrite.c>
-RewriteEngine On
-RewriteBase /
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule . /index.php [L]
-</IfModule>
-
-# END WordPress
diff --git a/blog/web/fcgi/php-basic b/blog/web/fcgi/php-basic
deleted file mode 100755
index f3034d9e2..000000000
--- a/blog/web/fcgi/php-basic
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-PHP_FCGI_CHILDREN=1 PHPRC=/etc/php5/fcgi exec /usr/bin/php5-cgi
-
diff --git a/blog/web/index.php b/blog/web/index.php
deleted file mode 100644
index fbc0ef37f..000000000
--- a/blog/web/index.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-# Copy of the lines from WP main index.php, so it can be in subdirectory
-define('WP_USE_THEMES', true);
-require('./wp/wp-blog-header.php');
-