[ Video Sharing CMS v4 ] login 404 + No permission

Started by surchin.co,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

surchin.coTopic starter

Ive been working on this for hours and cannot seem to get 3.6 or 4.0 working.. Ive modded the htaaccess file to include the following

<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>


Basically after i do /setup it says login, then takes me to mydomain//login - i tried removing the /  - no change, I also tried my /admin (/moderator) folder and it gives me the message that I am not the administrator (no permission)

admin user is in the database according to /setup

I cant figure this out, and have searched the forum but havent found a solution... Can someone help me please!!!? :) Thanks in advance...
  •  

PHPVibe A.

Hi, where is it installed? In a folder or subdomain/main domain?

Do you have mod_security enabled on server?

surchin.coTopic starter

Im on shared hosting, I contacted the hostprovider and had them whitelist the links  / allow http in $_post

Is there anyway to test to see if that is the issue?
  •  

desuza

please help me :3 i have homepage.php problem is not working
  •  

PHPVibe A.


PHPVibe A.

Quote from: surchin.co on
Im on shared hosting, I contacted the hostprovider and had them whitelist the links  / allow http in $_post

Is there anyway to test to see if that is the issue?

Not particularly, except if you have access to the mod_Security logs.
You still haven't answered my question about where the script is installed relative to the main domain.

desuza

  •  

PHPVibe A.

It's uploaded well, did you open it in the browser?

desuza

  •  

surchin.coTopic starter

Alexander,

Sorry, Yes it is installed on the main domain, no folder.
  •  

surchin.coTopic starter

  •  

PHPVibe A.

Quote from: desuza on
no its not workin :X:XX

What happens when you access the file like www.yourdomain.com/sqlupdater.php ? What's the error.
Please do not expect me to read your mind!!!

desuza

  •  

PHPVibe A.

Quote from: desuza on
http://bigtube.ge/sqlupdater.php

QuoteAll should be ok now, check debug below for sql transaction results.

It's done. Does the issue persist? Did you clear cache from the admin panel?

Similar topics (7)