Space To Dash Conversion Rewrite
Oct 30, 2008
to create an .htaccess rewrite so that all urls in a given directory have their files rewritten so that the %20 spaces are converted to dashes. I'd also like to convert my upper case words to lower case, to stay consistent with other conventions we use in the url.
/directory/Example%20Link.aspx
to
/directory/example-link.aspx
View 3 Replies
ADVERTISEMENT
Aug 16, 2007
Prior to installing FFmpeg and its dependencies, I want to know about FFmpeg server-side conversion without the php script. Does it require those php scripts in the first place or I can just run an ssh command?
Also, does this FFmpeg have a configuration file in which you can set the quality of the converted .fla videos?
How about a lossless quality conversion and keeping the size proportion of the video the same?
Meaning, for example, from .avi to .fla without sacrificing/loosing the quality much or noticeably.
View 2 Replies
View Related
Sep 4, 2008
I have ffmpeg installed on a webserver. If I enter the command to begin a conversion process, or the command is sent through PHP via exec(), it keeps going until it finishes or runs into an error.
Is there a way to cancel a conversion process after it's been started either through the command line or via PHP exec()?
View 4 Replies
View Related
Feb 14, 2007
how to translate this into what would be needed in port speed to cover this server if converted to colo, in Mbps ? Is it 4.5?
--------------------------------------------------------------------------------
The statistics were last updated Wednesday, 14 February 2007 at 10:50,
at which time 'XXXXXXXXX' had been up for 362 days, 17:47:15.
Last 30 days usage (Metered 95%): 4670.57 kb/sec
Last 30 days usage (Metered 95%): 1477797.53 MBytes
Total Utilization ( Last 30 days ): [In 637187 MBytes] [Out 65140 MBytes]
Max Speed: 12.5 MBytes/s
---------------------------------------------------------------------------------
Also, is there a real need to be on a burstable connection, or are flat rates OK most of the time? Just looking for the advantages and disadvantages of it.
View 4 Replies
View Related
Jul 24, 2008
I dowload a scripts with a .htaccess file
Code:
DirectoryIndex index.php
RewriteEngine On
RewriteRule ^link/([0-9]+)[/]*$ /redirect.php?id=$1
RewriteRule ^link/([a-zA-Z0-9]+)[/]*$ /redirect.php?tag=$1
I want to convert it to lighttpd rewrite rules, urgent, also I can't contact with the scripts author,
View 0 Replies
View Related
Aug 16, 2008
I want to do a "near-lossless" video conversion, if that is even possible, in keeping the proportion of the original video. Veoh seems a little bit better / at a higher quality than youtube, and I want to achieve higher quality than that. Literally speaking, I want the converted flv video's quality to be as close as the original video. What ffmpeg command exactly do I need to achieve this? I currently use ClipShare and is experimenting with Ostube for the php script. The default "high-quality" setting for both scripts are not that good of a quality either, with choppy images.
View 4 Replies
View Related
Feb 22, 2008
Nirvanix offers "Image manipulation such as image resizing, thumbnail generation, and rotating, video frame extraction, video conversion to Flash video". Is there any competitor? I guess building one on top of S3/EC2/SQS from Amazon would be a no brainer.
View 5 Replies
View Related
Aug 22, 2014
A dynamic php+mySQL site was converted to a static html by mirroring (wget). The result was that each page became an html file named some-page.html
View 4 Replies
View Related
May 7, 2015
I am using the plesk 12 (Web Host Edition) with admin account. I need to configure file sharing in the plesk.
I referred this LINK
I filled up all required field in File Sharing Settings and Click "OK" button.
This error message,
(Error: Failed to perform IDN conversion from UTF-8 name '0') is shown.
View 1 Replies
View Related
Oct 31, 2008
I would like to know if there's any way we could reduce "conversion times" for videos while converting them with "mencoder" and "x264 codec"?
Is it possible to cluster 2-3 or more servers (Quad core/8GB RAM) so that I can reduce the conversion timings effectively?
The original video sizes are around 500-700MB on an average and I'd like to convert them using mencoder in x264 codec @ 500Kbps bitrate and 2pass settings.
Ofcourse it'll take atleast 1-2hours to encode 1 such video at these settings on a 'single' such server, so is there a way to reduce the conversion times to around 10-15minutes/video by using "parallel encoding" with x264 codec?P.S: I know how to form a cluster, using beowulf/rocks, etc...what I need help with is 'using' the cluster with x264 codec
View 11 Replies
View Related
Oct 14, 2008
im running out of space on one of my sites but i have more then plenty of data transfer.
Unfortunately my hosting packaged it weird where they provide not enough hd space. Im trying to figure out is there a way where i can use another server or hosting company that can provide space only and use their servers just for space?
i think amazon.com offered this but wasnt sure how exactly this works.
View 14 Replies
View Related
Sep 19, 2013
Apache 2.2.25 on windows 32
I have a ProxyPass that looks like
ProxyPass /Share Documents http://partner2/Shared Documents/
But Apache will not start with spaces. I tried
ProxyPass /Shared%20Documents http://partner2/Shared%20Documents/
Apache would start but the passthrough doesn't work. What do I need to do? I have several url's with spaces.
View 3 Replies
View Related
Jul 29, 2008
which case is more preferred: a shared web hosting service with unlimited space/bandwidth, or a dedicated one with limited space/bandwidth?
View 4 Replies
View Related
Oct 27, 2007
I want a user to type myUrl.com/JohnSmith and go to John Smith's homepage. His homepage is actually a dynamic page that is shared with all users which is myUrl.com/Shared.aspx?ID=1234. I have created a URL rewrite script which finds the folder specified (JohnSmith) and finds the user ID from the database. It then displays the Shared.aspx page for the proper ID.
This works on my local machine because it's using Visual Web Developer as the hosting engine so it executes ASP.NET for every page load. When I upload this to an online host using IIS it fails because there is no folder named JohnSmith. I get a 404 online where I would get the proper page on my machine.
I have tried to work with 3 hosts to make this happen and noone can get this to work. I really need to either know what to tell the host to change or find someone who knows how to do this. I am obviously willing to change hosts if that's what it takes.
View 5 Replies
View Related
Feb 27, 2008
I'm wanting to make it so everytime someone goes to a link starting with:
www.sample.com/~
it rewrites it to this:
sample.com/~
How do I do this?
View 3 Replies
View Related
May 4, 2009
how I can use mod-rewrite with lighttpd.
Actually I am going to use phpprobid system and it has in built function for mod rewrite but I think it is for apache as if i turn it on I cant access pages
View 1 Replies
View Related
Mar 30, 2009
How I can convert the following into lighttpd rewrite?
RewriteCond %{REQUEST_FILENAME}
View 4 Replies
View Related
Aug 15, 2008
I'm facing some issues with hotlinking here. the htaccess do not work because users can still use their download manager to download the file without going to my site.
I've seen few sites that got tempoary url that changes every X times and that support download manager.
View 4 Replies
View Related
Mar 25, 2007
i had following rewrite (for wordpress multi user ) and it was working with lighttpd 1.4.x but i dont know its not working in 1.5
Quote:
$HTTP["host"] == "blogs.domain.com" {
url.redirect = ("^/(.*)" => "http://%1/$1")
url.rewrite-once = ("^/(.*)?/?files/(.*)" =>
"wp-content/blogs.php?file=$2", "^/(wp-.*)$" => "$1",
"^/([_0-9a-zA-Z-]+/)?(wp-.*)" => "$2", "^/([_0-9a-zA-Z-]+/)?(.*.php)$" => "$2", "." => "index.php")
}
and its showing following error
Quote:
mod_rewrite.c.293: (error) url.rewrite contains a regex for '/' which
leads to a URI without a leading slash: index.php
View 1 Replies
View Related
Feb 14, 2007
I have few subdomains pointing to a directory (using dedicated ip an A record)
I need the following rewrite rules:
[url]--> [url]
[url]--> [url]
[url]--> [url]
How can I do this?
View 3 Replies
View Related
Apr 15, 2007
How do I set up rewrite on lighttpd?
View 1 Replies
View Related
Dec 23, 2007
to accomplish:
[url] ==> [url] however it should be proxied so that the user never sees [url]
This is because the sub domain is using apache while www is using lighttpd and I want to keep the entire site with www to the user.
View 3 Replies
View Related
Dec 24, 2007
I would like to use Lighttpd to rewrite and proxy as in this example:
1) There is no [url]download on server.
2) [url] => proxy => Apache 2.2 on same server to [url]
3) *.php should be handled by Lighttpd, however, the reason I want *.php5 to be done by Apache is due to compatibility issues.
proxy.server = ( ".php5" =>
( "localhost" =>
(
"host" => "XXX.XXX.XXX.XXX",
"port" => 81
)
)
)
The reason is because I don't want people to see .php5 file
Does this work using url.rewrite? If so how to do it?
I already have the following in lighttpd.conf, should the url.rewrite be placed in side of this?
$HTTP["host"] =~ "^domain.com$" {
url.redirect = ( "^/(.*)" => [url])
}
View 0 Replies
View Related
Aug 7, 2007
I have to write Rewrite rule at .htaccess file
[url]
goes to
[url]
View 3 Replies
View Related
Dec 26, 2007
I have one script I need rewritten in Lighttpd
Code:
http://www.domain.com/vscript.php?key=a4d1f0dd65dda29c04b1 =>
http://www.domain.com/v/a4d1f0dd65dda29c04b1
I tried the following but failed:
url.rewrite=("/v/[^/]*)" => "/vscript.php?key=$1")
View 2 Replies
View Related
Jul 9, 2007
How to rewrite a url for example. I purchased ssl for example.com and when i take [url], it gives ssl domain mismatch error.
ie i want to rewrite
[url]
View 1 Replies
View Related
Mar 14, 2007
When someone types in myforum.com/forums.html I want it to display the main forum (myforum.com) with ...../forums.html in the url bar. But without actually having a forums.html file present on the server. Can this be accomplished with htaccess?
View 2 Replies
View Related
Apr 25, 2013
how can i url rewrite, i tried to myself but failed miserably!.host.com/movie.php?id=123, 123 being any number!to: host.com/movie/123
View 3 Replies
View Related
Dec 22, 2007
I just purchased geoip and I want to use it to cloak my file mirrors:
I think it can be done using htaccess and url rewriting but I'm not sure how.
if ($country == "UK")
http://www.server.com/images/*.jpg => retrieve .jpg from current location on http://www.server.com/images/*.jpg
If ($country != "UK"}
http://www.server.com/images/*.jpg => http://www.server2.com/images/*.jpg
However, I don't want people to ever see http://www.server2.com/images/*.jpg being retrieved from www.server2.com.
So I want to cloak/hide the domain name in case 2.
View 2 Replies
View Related
Jun 4, 2009
I'd like to use lighttpd on my server but it doesn't support url rewrites for wordpress. I have a VPS running on kloxo and i have 4 clients using WP2.71 with permalinks.
After searching i found something really nice:
"
Create a file called /etc/lighttpd/wp-rewrite.conf with the following contents:
url.rewrite-once = (
"^" + wpdir + "(wp-.+).*/?" => "$0",
"^" + wpdir + "(sitemap.xml)" => "$0",
"^" + wpdir + "(xmlrpc.php)" => "$0",
"^" + wpdir + "keyword/([A-Za-z_0-9-])/?$" => wpdir + "index.php?keyword=$1",
"^" + wpdir + "(.+)/?$" => wpdir + "index.php/$1"
)
Then, in your /etc/lighttpd/lighttpd.conf, you should have something similar to this:
$HTTP["host"] =~ "blog.nix.is" {
var.wpdir = "/"
include "wp-rewrite.conf"
}
"
source: [url]
what i want to change is this part:
$HTTP["host"] =~ "blog.nix.is" {
var.wpdir = "/"
include "wp-rewrite.conf"
}
View 1 Replies
View Related
Jun 26, 2009
Where do I enable mod rewrite in webmin? my wordpress permalinks doesn't seem to work with pretty links
View 5 Replies
View Related