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
New pages not found
#10
Zegnåt Wrote:You would need to define the RewriteBase like this:
Code:
RewriteBase /000/

The RewriteBase needs to match the location of your GetSimple installation.

I am revisiting this problem as I never did get it sorted ... fancy URLS not working

- Apache2 (Ubuntu)
- mod-rewrite enabled (so says a2enmod rewrite)
- .htaccess is below, which is the temp.htaccess supplied by latest GS version (3.0?) and the RewriteBase command changed as the test site is in /var/www/29/ (thus /29/) on my test server.

Thank you Smile


Code:
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 /29/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

have to use the index.php?id= etc ... it's very frustrating Sad so I'd be really grateful for any pointers to what I am doing wrong.
Reply


Messages In This Thread
New pages not found - by shumphreys - 2010-09-04, 19:58:10
New pages not found - by Oleg06 - 2010-09-04, 20:32:23
New pages not found - by shumphreys - 2010-09-04, 20:43:13
New pages not found - by shumphreys - 2010-09-04, 20:45:27
New pages not found - by Oleg06 - 2010-09-04, 21:04:03
New pages not found - by Zegnåt - 2010-09-04, 22:35:58
New pages not found - by Oleg06 - 2010-09-05, 03:28:51
New pages not found - by Zegnåt - 2010-09-05, 04:39:24
New pages not found - by Oleg06 - 2010-09-05, 04:52:22
New pages not found - by shumphreys - 2011-11-15, 07:55:53
New pages not found - by shumphreys - 2011-11-16, 00:44:23
New pages not found - by Connie - 2011-11-16, 01:53:58
New pages not found - by shumphreys - 2011-11-16, 07:10:39
New pages not found - by Ampersand - 2011-11-16, 08:09:13
New pages not found - by shumphreys - 2011-11-16, 08:51:14
New pages not found - by Ampersand - 2011-11-16, 19:34:01
New pages not found - by shumphreys - 2011-11-16, 20:05:59



Users browsing this thread: 4 Guest(s)