Skip to content

Commit 6bfc4d4

Browse files
committed
added fairtailor notes
1 parent 1a04b5d commit 6bfc4d4

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

.htaccess

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +0,0 @@
1-
<IfModule mod_rewrite.c>
2-
3-
RewriteEngine On
4-
5-
RewriteBase /oop
6-
#RewriteBase /new
7-
8-
9-
10-
#Removes access to the system folder by users.
11-
12-
#Additionally this will allow you to create a System.php controller,
13-
14-
#previously this would not have been possible.
15-
16-
#\u2018system\u2019 can be replaced if you have renamed your system folder.
17-
18-
#RewriteCond %{REQUEST_URI} ^system.*
19-
20-
RewriteRule ^show$ display.php
21-
22-
23-
#Checks to see if the user is attempting to access a valid file,
24-
25-
#such as an image or css document, if this isn\u2019t true it sends the
26-
27-
#request to index.php
28-
29-
RewriteCond %{REQUEST_FILENAME} !-f
30-
31-
RewriteCond %{REQUEST_FILENAME} !-d
32-
33-
#This last condition enables access to the images and css folders, and the robots.txt file
34-
35-
#Submitted by Michael Radlmaier (mradlmaier)
36-
37-
RewriteCond $1 !^(index\.php|images|robots\.txt|css)
38-
RewriteRule ^(.*)$ index.php/$1 [L]
39-
40-
</IfModule>
41-
42-
<IfModule !mod_rewrite.c>
43-
44-
# If we don\u2019t have mod_rewrite installed, all 404\u2019s
45-
46-
# can be sent to index.php, and everything works as normal.
47-
48-
# Submitted by: ElliotHaughin
49-
50-
ErrorDocument 404 /index.php
51-
52-
</IfModule>

TheFairTailor.com_technical_doc.doc

42.5 KB
Binary file not shown.

~$eFairTailor.com_technical_doc.doc

162 Bytes
Binary file not shown.

~WRL0001.tmp

38 KB
Binary file not shown.

0 commit comments

Comments
 (0)