The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
index page not found
#6
I'm having the same issue here..
My .htaccess:
Quote:AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /GetSimple_3.0/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
mvlcek Wrote:Try adding:
Code:
DirectoryIndex index.php
Tried this still not working!
Is there a particular place in the file it should be??


edit:
Oddly enough this works for me:
Code:
DirectoryIndex index.php?id=**page name**
Reply


Messages In This Thread
index page not found - by sajs - 2011-09-15, 18:53:44
index page not found - by polyfragmented - 2011-09-15, 21:53:16
index page not found - by sajs - 2011-09-15, 22:12:04
index page not found - by mvlcek - 2011-09-15, 22:18:41
index page not found - by sajs - 2011-09-16, 04:38:25
index page not found - by roy_b8te - 2011-10-06, 05:10:52
index page not found - by Connie - 2011-10-06, 15:48:17
index page not found - by roy_b8te - 2011-10-06, 23:18:22
index page not found - by Connie - 2011-10-07, 00:32:47
index page not found - by roy_b8te - 2011-10-07, 02:32:22
index page not found - by Connie - 2011-10-07, 03:05:24
index page not found - by roy_b8te - 2011-10-07, 08:32:27
index page not found - by Connie - 2011-10-07, 15:14:22
index page not found - by skall91 - 2011-10-07, 22:30:26
index page not found - by ccagle8 - 2011-10-08, 05:04:24
index page not found - by PacoCro - 2011-10-20, 08:06:22



Users browsing this thread: 2 Guest(s)