Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Add page broken in 3.3.5?
#9
(2015-02-27, 09:00:38)shawn_a Wrote: Are you sure your rewrite has the correct base in htaccess? It sounds like your rewrites are just broken.
Can you check your host log and see what it says path not found etc.

My error log is full of permission denied messages. The htaccess file created in my directory for GS is below:
Code:
<IfModule mod_rewrite.c>
        RewriteEngine on

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

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

Ensured mod rewrite is enabled and all marked as ok in Healthcheck, except for the upgrade check, I installed 3.3.5 and it says 3.3.5 Upgrade Check Failed.
Reply


Messages In This Thread
Add page broken in 3.3.5? - by vadimk11 - 2015-02-17, 13:35:30
RE: Add page broken in 3.3.5? - by datiswous - 2015-02-17, 19:57:40
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-18, 01:13:51
RE: Add page broken in 3.3.5? - by jjinco33 - 2015-02-27, 04:34:54
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 06:22:03
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 06:42:12
RE: Add page broken in 3.3.5? - by jjinco33 - 2015-02-27, 06:58:44
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 09:00:38
RE: Add page broken in 3.3.5? - by jjinco33 - 2015-02-27, 09:11:43
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 09:38:26
RE: Add page broken in 3.3.5? - by jjinco33 - 2015-02-27, 09:47:48
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 09:55:34
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 10:02:27
RE: Add page broken in 3.3.5? - by jjinco33 - 2015-02-27, 11:12:00
RE: Add page broken in 3.3.5? - by shawn_a - 2015-02-27, 11:17:40
RE: Add page broken in 3.3.5? - by jjinco33 - 2015-02-28, 01:53:17



Users browsing this thread: 12 Guest(s)