• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] 404 OOPS! PAGE NOT FOUND

Started by mmauno,

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

mmaunoTopic starter

http://mma.uno/vid/ 

I can't access any page. All pages is 404.  mod_security is off.
please help


thanks
  •  

PHPVibe A.

Hi,

Do you have RewriteBase changed to /vid in your main .htaccess file?
Under Settings ->Permalinks do you have vid as your Base path?

webmaker

I am having the same problem.  I remember that I had to use a different .htaccess file before to get the video embeds to work.  But,  now nothing seems to work. 
  •  

webmaker

Here is the .htaccess file that worked before upgrade.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /pause
RewriteRule ^embed/([^/]*)/$ embed.php?id=$1 [L]
RewriteRule ^feed(.*)$ feed.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>
  •  

PHPVibe A.

Did you do both of this? You guys never tell if you tried, and what you tried. In 4.0 if it's folder not only the .htaccess is in effect.

Quote from: Alexander on
Hi,

Do you have RewriteBase changed to /vid in your main .htaccess file?
Under Settings ->Permalinks do you have vid as your Base path?

webmaker

I got tired of trying and went back to the old version. 
I just tried to upgrade again thinking that maybe it had been fixed.  But,  it still does not work. 
I can get into the admin area fine and all the links seem to be working However everything comes up 404....
www.findborg.com/pause
is where it is installed.  I will leave it up so that we can work together on getting things going again.
  •  

webmaker

  •  

ValentinoVaio

Quote from: webmaker on
I GOT IT!!
It is working fine now..

Hey,

I have the same issue, just did a fresh install, setup shows fine but none of the pages can be loaded. I get 404 error for all pages. Support seems to be lacking with Phpvibe. Can you show how you fixed yours?

Cheers
  •  

webmaker

  •  

ValentinoVaio

Quote from: webmaker on
Can you get into your admin area?

No, I can't get even login. here is my site: clipsly.com
  •  

webmaker

Quote from: ValentinoVaio on
No, I can't get even login. here is my site: clipsly.com
Try deleting all the files in your cache folder.
Also,  did you run the sqlupdater.php file?
  •  

PHPVibe A.

His site is fine, here http://clipsly.com/moderator/ , he just misses the .htaccess file for the url to work, it's the first issue described in the documentation since it's very common (and on the forum there are hundreds of topics on this :)  ).

ValentinoVaio

Quote from: Alexander on
His site is fine, here http://clipsly.com/moderator/ , he just misses the .htaccess file for the url to work, it's the first issue described in the documentation since it's very common (and on the forum there are hundreds of topics on this :)  ).

I cannot find the .htaccess file. It's not in the main folder. I tried creating one and uploaded that still doesn't work.
  •  

PHPVibe A.

Check your pc's file settings, the file is there.

Content:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
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>




ValentinoVaio

Quote from: Alexander on
Check your pc's file settings, the file is there.

Content:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
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>


Thanks my .htaccess files were hidden. I cannot login as a moderator. I created an admin account in the setup page but when I try to login it says, wrong username or password. How do I fix this?
  •  

webmaker

Quote from: ValentinoVaio on
Thanks my .htaccess files were hidden. I cannot login as a moderator. I created an admin account in the setup page but when I try to login it says, wrong username or password. How do I fix this?

Are you using your email address to login?
  •  

ValentinoVaio

Quote from: webmaker on
Are you using your email address to login?

Yes my email. I tried recovering my password, but it says my email is not registered to any account. So looks like the admin account has not been created but I created one during the setup.
  •  

PHPVibe A.

Upload /setup again, it will tell you how many admins you have, and you can create extra ones also. This is faster.

Similar topics (7)