• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] 404 page not found all over the place

Started by mohammed12,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mohammed12Topic starter

Hi

I installed the script on my website, everything was fine until i was suppose to login as an admin to find out that the page is not actually there!
so i tried almost all the links from the main page but all of the pages are not found.

inocube is installed and its new
everything have been done right according to what i read in the installing page and the requirments

To me, the only thing i can think of is that the pages are not actually on my website, so I looked into the main folder (the one inside fresh install) and i couldn't find a lot of folders/pages. such as: login/images ...and a lot more


please provide me the link if there are other files i should upload besides fresh install folder

thank you
  •  

PHPVibe A.

Hi, is it installed in the folder /films?
Have you read the documentation?

You need to open the main .htaccess file and edit RewriteBase from / from / films, also after under Settings -> Permalinks set the Base path to /films

Thouse folder you look for don't exist, they are symlinks created by the server (via the .htaccess rules).



mohammed12Topic starter

I did edit .htaccess file

to:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /films
RewriteRule ^index\.php$ - [L]
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>



I still have the same problem

please help
  •  

PHPVibe A.

Can you send me link and an ftp login by message please?
It would be much faster, specially in this period when we're on limited support and work 1/2 mainly.

theprocss

  •  

PHPVibe A.

I'll modify the setup now to include the SetBase path since setup. Patch on the way.

Similar topics (7)