So I've been through this thing from top to bottom but to no avail... I have my Mod Rewrite set, and my .htaccess is good.
The odd thing here is the modules will work momentarily right after being installed, then they all display "The requested URL /dolphin/m/articles/admin/ was not found on this server."
The server also is meeting all of the requirements:
-
PHP: 5.5.9-1ubuntu4.22 - WARNING(your PHP version is probably outdated, upgrade to the latest 5.6.31 maybe required)
- allow_url_fopen = On - OK
- allow_url_include = Off - OK
- magic_quotes_gpc = Off - OK
- memory_limit = 134217728 - OK
- post_max_size = 1047527424 - OK
- upload_max_filesize = 1047527424 - OK
- register_globals = Off - OK
- safe_mode = Off - OK
- disable_functions = - OK
- php module: curl = curl - OK
- php module: gd = gd - OK
- php module: mbstring = mbstring - OK
- php module: xsl = xsl - OK
- php module: json = json - OK
- php module: openssl = openssl - OK
- php module: zip = zip - OK
- php module: ftp = ftp - OK
- MySQL: 5.5.57-0ubuntu0.14.04.1 - OK
-
Web-server: Apache/2.4.7 (Ubuntu)
- rewrite_module - OK
- OS: Linux localhost.localdomain 3.13.0-129-generic #178-Ubuntu SMP
I'm stumped... any help?