Podstrona wyświetlana jako pierwsza

Założony przez  CRASHOO.

wersja skryptu MyBB: Najnowsza
adres forum: WSCgang.ct8.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Tak więc mam podstronę: WSCgang.ct8.pl/Prezentacja/WSC i mam główną strone WSCgang.ct8.pl i chciałbym by po wejściu w WSCgang.ct8.pl wyświetliło się zamiast głównej strony to WSCgang.ct8.pl/Prezentacja/WSC. Jak to zrobić?
Snake_ napisał 11.05.2014, 13:04:
przenoszę.
Poczytaj: http://www.webhost.pl/directoryindex-jak-to-dziala.html
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Powinno działac, napisze mi ktoś tutaj? troche nie rozumiem. Mój htacces:
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
    RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

    RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
    RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
    RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
    RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

    RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

    RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

    RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

    RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

    RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

    <IfModule mod_env.c>
        SetEnv SEO_SUPPORT 1
    </IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>

DirectoryIndex index.html
www.WSCgang.ct8.pl/  =>  www.WSCgang.ct8.pl/Prezentacja/WSC

Bardzo proszę o jak najszybszą pomoc :/

Pomoże ktoś?

Czy mógłby ktoś pomóc?

Haalloo, proszęo pomoc!
https://webboard.pl/wiki.php?portal-jako...tawic.html

Zobacz
DirectoryIndex /Prezentacja/WSC/


(25.04.2014, 12:18)Snake_ napisał(a): Poczytaj: http://www.webhost.pl/directoryindex-jak-to-dziala.html

Mój antywirus mnie przed tą stroną przestrzega :).
Nie działa, to jest dobrze, może coś mi to blokuje? bo np blog.php index.html nic nie mogę dodać do tego

Być może dlatego że nie ma żadnych plików do tego, bo to jest strona na wordpressie a folderu chyba nie można
No to spróbuj tam jeszcze dopisać index.php.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Prezentacja czyli Wordpress ma plik index.php, ale taka strona postawiona na WP niestety nie ma, tylko sam tekst bez indexów czy innych rzeczy

Mój htacces
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
    RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

    RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
    RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
    RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
    RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

    RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

    RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

    RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

    RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

    RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

    <IfModule mod_env.c>
        SetEnv SEO_SUPPORT 1
    </IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>


DirectoryIndex /Prezentacja/WSC/index.php
Coś w Settings zmieniałem, macie plik setting.php z INC dla pewności czy all git.
<?php
/*********************************\
  DO NOT EDIT THIS FILE, PLEASE USE
  THE SETTINGS EDITOR
\*********************************/

$settings['load'] = "0";
$settings['mail_message_id'] = "1";
$settings['mail_parameters'] = "";
$settings['adminemail'] = "";
$settings['lastposteravatar_defaultsource'] = "http://wscgang.ct8.pl/admin/styles/default/images/default_avatar.gif";
$settings['extraadmininfo'] = "1";
$settings['allowaway'] = "1";
$settings['allowbuddyonly'] = "0";
$settings['allowcustomwarnings'] = "1";
$settings['allowmultipleemails'] = "0";
$settings['pmsallowhtml'] = "0";
$settings['sightml'] = "0";
$settings['multirep'] = "1";
$settings['pmsallowmycode'] = "1";
$settings['sigmycode'] = "1";
$settings['negrep'] = "1";
$settings['neurep'] = "1";
$settings['posrep'] = "1";
$settings['postrep'] = "1";
$settings['pmsallowsmilies'] = "1";
$settings['sigsmilies'] = "0";
$settings['pmsallowimgcode'] = "1";
$settings['sigimgcode'] = "1";
$settings['pmsallowvideocode'] = "1";
$settings['username_method'] = "0";
$settings['subscribeexcerpt'] = "100";
$settings['announcementlimit'] = "2";
$settings['attachthumbh'] = "96";
$settings['attachthumbw'] = "96";
$settings['readparentforums'] = "0";
$settings['avatardir'] = "images/avatars";
$settings['avatarresizing'] = "auto";
$settings['avataruploadpath'] = "./uploads/avatars";
$settings['boardclosed'] = "0";
$settings['boardclosed_reason'] = "These forums are currently closed for maintenance. Please check back later.";
$settings['bbname'] = "Gang WSC";
$settings['bburl'] = "http://wscgang.ct8.pl/";
$settings['teamonline_no_text'] = "W tym momencie nie ma nikogo online";
$settings['teamonline_no_text'] = "W tym momencie nie ma nikogo online";
$settings['ugl_cache_enabled'] = "1";
$settings['canviewownwarning'] = "1";
$settings['captchaimage'] = "1";
$settings['bbcodeinserter'] = "1";
$settings['smilieinserter'] = "1";
$settings['viewgroups_clickable'] = "1";
$settings['faxno'] = "";
$settings['contactlink'] = "mailto:";
$settings['cplanguage'] = "polish";
$settings['cpstyle'] = "";
$settings['cookiedomain'] = ".wscgang.ct8.pl";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
$settings['coppa'] = "disabled";
$settings['customtitlemaxlength'] = "40";
$settings['wolcutoffmins'] = "15";
$settings['dateformat'] = "m-d-Y";
$settings['dstcorrection'] = "0";
$settings['dayspruneregistered'] = "90";
$settings['dayspruneunactivated'] = "90";
$settings['image_resizer_active'] = "0";
$settings['image_resizer_active'] = "0";
$settings['decpoint'] = ".";
$settings['default_avatar_height'] = "150";
$settings['default_avatar_url'] = "images/avatars/invalid_url.gif";
$settings['default_avatar_width'] = "150";
$settings['bblanguage'] = "polish";
$settings['default_memberlist_sortby'] = "regdate";
$settings['default_memberlist_order'] = "ascending";
$settings['timezoneoffset'] = "+1";
$settings['delayedthreadviews'] = "0";
$settings['no_plugins'] = "0";
$settings['disableregs'] = "0";
$settings['hiddencaptchaimage'] = "0";
$settings['failedlogintext'] = "1";
$settings['teamonline_defaultavatar'] = "images/avatars/invalid_url.gif";
$settings['recenttopics_forums'] = "";
$settings['edittimelimit'] = "0";
$settings['ugl_orderbyelement'] = "title";
$settings['enablecalendar'] = "1";
$settings['enableforumjump'] = "1";
$settings['enablememberlist'] = "1";
$settings['enablepms'] = "1";
$settings['enablereputation'] = "1";
$settings['seourls_archive'] = "0";
$settings['seourls'] = "auto";
$settings['enablepruning'] = "0";
$settings['enablewarningsystem'] = "1";
$settings['use_xmlhttprequest'] = "1";
$settings['g33k_fitonpage_enabled'] = "1";
$settings['errorloglocation'] = "./error.log";
$settings['errorlogmedium'] = "none";
$settings['errortypemedium'] = "both";
$settings['g33k_fitonpage_fluid'] = "90";
$settings['portal_announcementsfid'] = "2";
$settings['modlist'] = "1";
$settings['redirects'] = "1";
$settings['gziplevel'] = "4";
$settings['searchhardlimit'] = "0";
$settings['hiddencaptchaimagefield'] = "email3";
$settings['viewgroups_groups'] = "1,5,7";
$settings['hideprivateforums'] = "1";
$settings['homename'] = "Gang WSC";
$settings['homeurl'] = "/";
$settings['topStats_IgnoreForums_MostViews'] = "";
$settings['topStats_IgnoreForums_LastThreads'] = "";
$settings['topStats_IgnoreGroups_NewestUsers'] = "";
$settings['topStats_IgnoreGroups_Timeonline'] = "";
$settings['topStats_IgnoreGroups_Posters'] = "";
$settings['topStats_IgnoreGroups_Reputation'] = "";
$settings['usersblog_pop'] = "3";
$settings['topreplimit'] = "5";
$settings['recenttopics_limit'] = "10";
$settings['g33k_fitonpage_topbar_bground'] = "FFFF99";
$settings['g33k_fitonpage_topbar_icon'] = "images/icons/information.gif";
$settings['g33k_fitonpage_topbar_text_class'] = "smalltext";
$settings['ugl_enabled'] = "0";
$settings['wwot_sortby'] = " ASC";
$settings['teamonline_group_color'] = "#393939";
$settings['image_resizer_warningcolor'] = "#ffffff";
$settings['image_resizer_warningcolor'] = "#ffffff";
$settings['siglength'] = "255";
$settings['unreadPostsStatusCounter'] = "1";
$settings['topStats_Limit_MostViews'] = "5";
$settings['topStats_Limit_LastThreads'] = "5";
$settings['topStats_Limit_NewestUsers'] = "5";
$settings['topStats_Limit_Timeonline'] = "5";
$settings['topStats_Limit_Posters'] = "5";
$settings['topStats_Limit_Reputation'] = "5";
$settings['unreadPostsLimit'] = "500";
$settings['logip'] = "hide";
$settings['loginattemptstimeout'] = "15";
$settings['mail_handler'] = "mail";
$settings['mail_logging'] = "2";
$settings['mailingaddress'] = "";
$settings['image_resizer_maxwidth'] = "500";
$settings['image_resizer_maxwidth'] = "500";
$settings['image_resizer_animwidth'] = "500";
$settings['image_resizer_animwidth'] = "500";
$settings['image_resizer_animsize'] = "30000";
$settings['image_resizer_animsize'] = "30000";
$settings['lastposteravatar_size'] = "37px";
$settings['image_resizer_maxsize'] = "30000";
$settings['image_resizer_maxsize'] = "30000";
$settings['maxloginattempts'] = "5";
$settings['avatarsize'] = "50";
$settings['maxattachments'] = "5";
$settings['maxavatardims'] = "155x155";
$settings['postmaxavatarsize'] = "250x250";
$settings['memberlistmaxavatarsize'] = "70x70";
$settings['maxpostimages'] = "10";
$settings['maxmessagelength'] = "65535";
$settings['maxquotedepth'] = "5";
$settings['maxsigimages'] = "2";
$settings['maxpolloptions'] = "10";
$settings['maxmultipagelinks'] = "5";
$settings['maxpasswordlength'] = "30";
$settings['polloptionlimit'] = "250";
$settings['maxposts'] = "0";
$settings['maxregsbetweentime'] = "2";
$settings['maxreplength'] = "300";
$settings['maxnamelength'] = "30";
$settings['maxpostvideos'] = "1";
$settings['maxwarningpoints'] = "10";
$settings['membersperpage'] = "20";
$settings['postmergefignore'] = "";
$settings['postmergesep'] = "[hr]";
$settings['postmergeuignore'] = "4";
$settings['minmessagelength'] = "5";
$settings['minpasswordlength'] = "6";
$settings['minsearchword'] = "0";
$settings['minnamelength'] = "3";
$settings['sigcountmycode'] = "1";
$settings['topStats_Status_MostViews'] = "0";
$settings['topStats_Status_NewestUsers'] = "1";
$settings['topStats_Status_LastThreads'] = "0";
$settings['smilieinsertercols'] = "4";
$settings['smilieinsertertot'] = "20";
$settings['portal_numannouncements'] = "10";
$settings['wordwrap'] = "80";
$settings['failedcaptchalogincount'] = "3";
$settings['portal_showdiscussionsnum'] = "10";
$settings['failedlogincount'] = "10";
$settings['showbirthdayspostlimit'] = "0";
$settings['tplhtmlcomments'] = "1";
$settings['unreadPostsStatusPostbitMark'] = "1";
$settings['viewgroups_perpage'] = "15";
$settings['usersblog_active'] = "1";
$settings['unreadPostsCounterPages'] = "index.php";
$settings['image_resizer_showwarning'] = "1";
$settings['image_resizer_showwarning'] = "1";
$settings['image_resizer_resizeroveride'] = "0";
$settings['image_resizer_resizeroveride'] = "0";
$settings['prunepostcount'] = "0";
$settings['postfloodcheck'] = "1";
$settings['postfloodsecs'] = "60";
$settings['postlayout'] = "classic";
$settings['postmergemins'] = "60";
$settings['postsperpage'] = "10";
$settings['wnr_error'] = "Ziomuś, podałeś złą odpowiedź, jeśli dalej nie będziesz znał na to odpowiedzi skontaktuj się z CRASHEM!";
$settings['recenttopics_prefix'] = "1";
$settings['pmfloodsecs'] = "60";
$settings['pruneunactived'] = "0";
$settings['enableprunebyposts'] = "0";
$settings['prunethreads'] = "0";
$settings['lastposteravatar_showdefault'] = "1";
$settings['wnr_question'] = "Co to jest WSC?|gang
Jaki jest TAG gangu WSC?|WSC
TAG serwera gdzie gramy?|BP
";
$settings['threadreadcut'] = "365";
$settings['captchaprivatekey'] = "";
$settings['captchapublickey'] = "";
$settings['refreshwol'] = "1";
$settings['regdateformat'] = "M Y";
$settings['regtype'] = "instant";
$settings['hottopic'] = "20";
$settings['reportmethod'] = "db";
$settings['repsperpage'] = "15";
$settings['requirecomplexpasswords'] = "0";
$settings['g33k_fitonpage_resize'] = "250px";
$settings['returnemail'] = "";
$settings['wwot_sort'] = " u.username";
$settings['recenttopics_default_a'] = "./images/invalid_avatar.gif";
$settings['ip_forwarded_check'] = "0";
$settings['searchfloodtime'] = "30";
$settings['searchtype'] = "standard";
$settings['nocacheheaders'] = "0";
$settings['showeditedbyadmin'] = "1";
$settings['showeditedby'] = "1";
$settings['showsimilarthreads'] = "0";
$settings['attachthumbnails'] = "yes";
$settings['showdescriptions'] = "1";
$settings['showforumpagesbreadcrumb'] = "1";
$settings['portal_showstats'] = "1";
$settings['showlanguageselect'] = "1";
$settings['portal_showdiscussions'] = "1";
$settings['multiquote'] = "1";
$settings['ugl_ordergrouplegend'] = "ALL[ASC]";
$settings['quickreply'] = "1";
$settings['portal_showsearch'] = "1";
$settings['showindexstats'] = "1";
$settings['subforumsstatusicons'] = "1";
$settings['portal_showpms'] = "1";
$settings['portal_showwelcome'] = "1";
$settings['threadreview'] = "1";
$settings['showbirthdays'] = "1";
$settings['showvernum'] = "0";
$settings['portal_showwol'] = "1";
$settings['showwol'] = "1";
$settings['showforumviewing'] = "0";
$settings['similarlimit'] = "10";
$settings['similarityrating'] = "1";
$settings['recenttopics_skr'] = "1";
$settings['recenttopics_skr2'] = "35";
$settings['usersblog_short'] = "1024";
$settings['secure_smtp'] = "0";
$settings['smtp_host'] = "";
$settings['smtp_pass'] = "";
$settings['smtp_port'] = "";
$settings['smtp_user'] = "";
$settings['topreporder'] = "posts";
$settings['statslimit'] = "15";
$settings['wnr_status'] = "1";
$settings['image_resizer_borderstyle'] = "1px dotted #ff0000";
$settings['image_resizer_borderstyle'] = "1px dotted #ff0000";
$settings['unreadPostsMarkerStyle'] = "color:red;
font-weight:bold;";
$settings['subforumsindex'] = "2";
$settings['topStats_AvatarWidth'] = "32";
$settings['image_resizer_resizewidth'] = "500";
$settings['image_resizer_resizewidth'] = "500";
$settings['ugl_mode'] = "0";
$settings['thousandssep'] = ",";
$settings['threadsperpage'] = "20";
$settings['failedlogintime'] = "15";
$settings['betweenregstime'] = "24";
$settings['timeformat'] = "h:i A";
$settings['image_resizer_warning'] = "Obrazek wykracza poza limity. Kliknij, by wyświetlić obrazek w pełnych wymiarach";
$settings['image_resizer_warning'] = "Obrazek wykracza poza limity. Kliknij, by wyświetlić obrazek w pełnych wymiarach";
$settings['unreadPostsFidMode'] = "0";
$settings['wwot_mode'] = "0";
$settings['image_resizer_warningbackground'] = "#ff0000";
$settings['image_resizer_warningbackground'] = "#ff0000";
$settings['unreadPostsStatusCounterHide'] = "0";
$settings['uploadspath'] = "./uploads";
$settings['dotfolders'] = "1";
$settings['useerrorhandling'] = "1";
$settings['gzipoutput'] = "0";
$settings['usereferrals'] = "1";
$settings['allowthreadratings'] = "1";
$settings['threadusenetstyle'] = "0";
$settings['userpppoptions'] = "5,10,20,25,30,40,50";
$settings['usertppoptions'] = "10,20,25,30,40,50";
$settings['browsingthisforum'] = "1";
$settings['browsingthisthread'] = "1";
$settings['emailkeep'] = "0";
$settings['topStats_Status_Timeonline'] = "1";
$settings['topStats_Status_Posters'] = "0";
$settings['topStats_Status_Reputation'] = "0";
$settings['hottopicviews'] = "150";
$settings['recenttopics_forums2'] = "1";
$settings['unreadPostsExceptions'] = "";
$settings['unreadPostsMarkAllReadLink'] = "1";
$settings['teamonline_gid'] = "4,3,13";
$settings['topStats_Status_Avatar'] = "1";
$settings['recenttopics_awatar'] = "1";
$settings['unreadPostsThreadStartDate'] = "1";
$settings['lastposteravatar_forums'] = "1";
$settings['lastposteravatar_threads'] = "0";
$settings['topStats_Status_All'] = "1";
$settings['wwot_enabled'] = "1";
$settings['toprepinstall'] = "1";
$settings['unreadPostsStatusActionUnread'] = "1";

?>

Ma ktoś jakiś pomysł?

Refresh ;x
Masz dokładnie napisane od A do Z na przykładzie jak kolega zapodał linka.
Btw Nie stosujemy dużych liter w nazwie domeny, ponieważ domeny nie rozpoznają wielkość liter.
Robiłem wszystko jak powinno być ;-;
DirectoryIndex /Prezentacja/WSC/
DirectoryIndex /prezentacja/wsc/
DirectoryIndex wscgang.ct8.pl/prezentacja/wsc/
Takie coś powinno zadziałać ;x No pomóżcie ;f

Robię wszystko jak powinno, nawet głupie index.pl z głównego katalogu po wstawieniu na moją inną podstronę też nie wyświetla..

Literówka ;x Sorki, ale krótko mówiąc nadal nie działa.
Myślę że to coś innego powoduje że ten Directoryindex nie działa ;x
Snake_ napisał 29.04.2014, 15:27:
index.pl?
@REFRESH ;-;
Prosze o pomoc ;x
Przenieś tamten plik do głównego katalogu i wtedy ustaw dla niego DirectoryIndex.
Ciekawe jaki plik ;-; Cały Wordpress? ;x
Niekoniecznie - wystarczy przenieść index.php z katalogu WordPress-a do głównego i poprawić w nim ścieżkę, to samo w ustawieniach WP; ta operacja jest opisana tutaj: http://codex.wordpress.org/Giving_WordPr..._Directory
Jest juz efekt taki że to działa i się wyświetla ale jest błąd bo nie wyszukuje plików z worpdressa tylko ?MyBB
(09.05.2014, 06:29)Valorya napisał(a): Jest juz efekt taki że to działa i się wyświetla ale jest błąd bo nie wyszukuje plików z worpdressa tylko ?MyBB

Jaki błąd? Opisz dokładniej, co się dzieje.



Użytkownicy przeglądający ten wątek:

1 gości