• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Znote AAC] Amiroslo Bootstrap layout!

I have changed the short_open_tag variable to "Off" and it still in blank page.

I have activated the .htaccess:
sudo nano /etc/apache2/sites-available/default

And I have changed the line that says AllowOverride from None to All.

Here is my .htaccess:
rwkiz6.png


I'm using Debian 7.0 and the page still blank, Can someone help me? please c:
 
Ok it's work Error here

layout\overall\header.php

PHP:
<?php
    $time = microtime();
    $time = explode(' ', $time);
    $time = $time[1] + $time[0];
    $start = $time;
?>
<?xml version="1.0" encoding="utf-8"?>    <-- DELATE THIS LINE
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
 
  <head>
    <title>Elves VS Orcs</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <link rel="stylesheet" href="layout/css/bootstrap.css">
    <link rel="stylesheet" href="layout/css/bootstrap-responsive.css">
    <link rel="stylesheet" href="layout/css/style.css">
    <script src="layout/js/jquery.min.js"></script>
    <script src="layout/js/bootstrap.min.js"></script>   
    <meta name="description" content="Welcome to the #1 Team war OTs">
    <meta name="keywords" content="tibia,amiroslo,znote,aac,ot">
    <meta name="author" content="Amiroslo">
  <style type="text/css">
 
Back
Top