• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Centos 7 404 error

Started by haydenfan,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

haydenfanTopic starter

HI all

I have now  Centos  7 I get on my site The requested URL /login/ was not found on this server. 404 error

I heave tried mod_security with  .htaccess no luck
Then i removed mod_security also no luck.

I have set allowoverride to All  also no luck.

still I get The requested URL /login/ was not found on this server. 404 error

Who can help me ?

Thanks you in  advance !
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

wired2web

#1
Hello,
I had similar issue on initial V4 install.
First - make sure URL/path in vibe_config.php file is correct.

Next - check your hosting's error logs.
Mine was an Apache error ...

  •  

zeepakos

provide me your website name and i will check
  •  

haydenfanTopic starter

#3
Thank  you everyone.

My site is http://www.haydenpanettiere.eu/

vibe_config.php
define( 'SITE_URL', 'http://www.haydenpanettiere.eu/'; );

Apache error .not sure  I think it  work fine no errors.
[root@dennis]#  systemctl restart httpd.service
[root@dennis]#
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

TigerClaw

check the logs in var/logs the answer is there
  •  

Marius P.

Is your .htaccess there? I see the basepath is without https, but the site is on https.
I can't load the site due to the https, Google Chrome keeps blocking it because of your certificate.
You should use https for online payment and secure checkouts, not video sites. You're killing your site for most visitors!


QuoteTroubleshooting:
1. Links/login/pages not working:
– Make sure you upload and overwrite the .htaccess file in the PHPVibe root.
– Make sure you use Apache (else rewrite the rules for your server via a tool online) and that mod_rewrite works (AllowOverride check)
– Make sure if you upload it in a folder that you change the RewriteBase / to /your-folder-name in the main .htaccess file, and then under Administration -> Settings -> Permalinks you add your folder name as BasePath for the links.


http://www.phpvibe.com/installing-phpvibe/
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

thank you

The Sll working now fine on my site , only still get the 404 error , I have the .htaccess file.
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

#8
Quote from: @Mario on
http://serverfault.com/questions/365221/ssl-url-gives-a-404
https://wordpress.org/support/topic/solution-https-ssl-certificate-causing-404-error-with-custom-permalinks

You should google ssl causing 404, may not be related to PHPVibe at all.

Not sure if  it is a  ssl problem https://haydenpanettiere.eu/ my site load fine it work , only I get a  404 error it coming from phpvibe 4 , I can not login .

I will look on the links.
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

I see many people have issues with htaccess based rewrites on ssl.
PHPVibe needs htaccess support for it's urls to work.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

#10
Quote from: @Mario on
I see many people have issues with htaccess based rewrites on ssl.
PHPVibe needs htaccess support for it's urls to work.

Thank you.

My .htaccess  file is this,  and I did  chmod 777 on the .htaccess file.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteEngine On
RewriteCond %{HTTP_HOST} ^videosqq.com
RewriteRule (.*) http://www.videosqq.com/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,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>
<ifModule mod_php5.c>
   <ifModule mod_userdir.c>
     <Directory /home/*/site>
        php_admin_value engine off
     </Directory>
   </ifmodule>
</ifmodule>



HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

It looks weird and old.
Btw, I own videosqq.com so I guess it's not your site :)
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

#12
I did change it  to https://haydenpanettiere.eu now

And did = ~# service apache2 reload
* Reloading web server apache2                                                  *
~#

So strange it still not working , on all links I still get a 404 error , and also not can login.

Thank you in advance :)
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

You should follow up on speciality forums/blogs for ssl, there are a lot of topic.
Something is wrong, but I have no knowledge of ssl to help out.
Try the latest .htaccess file from the phpvibe download.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

Quote from: @Mario on
You should follow up on speciality forums/blogs for ssl, there are a lot of topic.
Something is wrong, but I have no knowledge of ssl to help out.
Try the latest .htaccess file from the phpvibe download.

ok, where can I download the .htaccess file ? , phpvibe 4  not  have a .htaccess file.
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

haydenfanTopic starter

#17
No Luck. :(

Now I have removed centos 7 , and installed Ubuntu 14,04 on my server.

I installed everything , Lamp ioncube  cURL GD library ffmpeg .htaccess

Now when I  run the phvibe 4 setup on my stie it not work , it not run i get a blank page with no error.

THANK YOU IN ADVANCE !
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

PHPVibe works if the server has the requirements, sorry, I'm no hosting expert, but you should check this out:

http://www.phpvibe.com/requirements/
http://www.phpvibe.com/choosing-a-server-for-phpvibe/
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

haydenfanTopic starter

setup work now.

But again I get the 404 error  , its so strange. :(
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

Marius P.

Drop the https, see if that works. Have you tried it? I know some guys use it on https from here in the forum, but I haven't heard of this issue.
You should get somebody with experience to check that server's config.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)