Skip to content

Commit

Permalink
switching the repo up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Bryk committed Sep 7, 2012
1 parent ad42fe2 commit 7d4a9ec
Show file tree
Hide file tree
Showing 34 changed files with 1,651 additions and 75 deletions.
8 changes: 3 additions & 5 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# To set your custom php.ini, add the following line to this file:
# suphp_configpath /home/yourusername/path/to/php.ini
RedirectMatch 404 /\\.git(/|$)

RewriteEngine on
Expand All @@ -9,8 +11,4 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php
DirectoryIndex index.php




DirectoryIndex index.php
Binary file added 404.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions 404.shtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<h1 style="text-align:center; margin-top:5%">You've ripped a hole in the fabric of my universe. </h1>
<img src="/404.jpg" alt="" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
1 change: 0 additions & 1 deletion nbproject/private/config.properties
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
config=my_site
9 changes: 6 additions & 3 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
copy.src.files=false
copy.src.target=C:\\xampp\\htdocs\\mark2012
copy.src.target=C:\\xampp\\htdocs\\PhpProject1
index.file=index.php
run.as=LOCAL
url=http://localhost/mark2012/
remote.connection=webhostinghub-644854
remote.directory=
remote.upload=ON_SAVE
run.as=REMOTE
url=http://markbryk.in/
4 changes: 3 additions & 1 deletion nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
</project-private>
2 changes: 1 addition & 1 deletion nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>Mark2012</name>
<name>PhpProject1</name>
</data>
</configuration>
</project>
Loading

0 comments on commit 7d4a9ec

Please sign in to comment.