• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] help! Not Found 404

Started by oppppppp,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

opppppppTopic starter

help! Not Found 404



Not Found

The requested URL /m/profile/admin/1/ was not found on this server.


  •  

ollipaust

hello

do you have an .htaccess? in the new 3.6 there is no .htaccess, so you have to config it manually and upload it into the root
  •  

opppppppTopic starter

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^uploads - [L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>
  •  

ollipaust

Quote from: oppppppp on
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^uploads - [L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>

hmm ok its right but maybe try to take away the double slash in ur url
localhost/m/login
  •  

PHPVibe A.

You struggle for nothing. It won't work without an domain name.
Also, this is not the support forum, you need to verify your account to access the support forums as client.

Similar topics (7)