Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM New page is 404 Not Found
#5
Thank you cumbe and shawn_a

Disabling fancy URLs in Settings solved the problem -- I can now view the new pages.

But, I would like fancy URLs.

Apache module mod_rewrite is enabled.

And this is the mod_rewrite section of my top-level (/TEST/) .htaccess file...
Code:
# handle rewrites for fancy urls
<IfModule mod_rewrite.c>
       RewriteEngine on

       # Usually RewriteBase is just '/', but
       # replace it with your subdirectory path
       RewriteBase /TEST/

       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
</IfModule>
...which looks fine to me ...
Reply


Messages In This Thread
New page is 404 Not Found - by alanq - 2016-01-24, 01:24:32
RE: New page is 404 Not Found - by alanq - 2016-01-27, 00:05:46
RE: New page is 404 Not Found - by cumbe - 2016-01-27, 05:34:33
RE: New page is 404 Not Found - by shawn_a - 2016-01-27, 09:51:58
RE: New page is 404 Not Found - by alanq - 2016-01-28, 07:40:05



Users browsing this thread: 1 Guest(s)