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)