• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Youtube link uploading are working

Started by nobelkansal,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nobelkansalTopic starter

please help me uploading from youtube link is not working showing an error 404 page not found....give me the solution....
  •  

PHPVibe A.


nobelkansalTopic starter

i have my .htaccess code is [<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
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>
]

tell me the coding for change mod_sec off
because the uploading section is not working including images also not uploading.......
  •  

PHPVibe A.

mod_Security is a server module, it cannot be accessed or touched by coding.
Ask your system administrator to do it for you from the server's panel /SSH.

Similar topics (7)