Tagged Questions
The mod tag has no wiki summary.
4
votes
2answers
195 views
apache RewriteRule requires trailing slash at the end of url to work
Ok so i have a url like
domain.com/item/item_id/item_description/page
when i type the link without
/page
on the url it throws a 404 error and i have to type the trailing slash on the url to ...
3
votes
6answers
662 views
How can we compute N choose K modulus a prime number without overflow?
How can we computer (N choose K)% M in C or C++ without invoking overflow ?
For the particular case when N (4<=N<=1000) and K (1<=K<=N) and M = 1000000003.
2
votes
2answers
44 views
Cake PHP - creating some kind of a mod for application
I am working on outgoing dedicated project written in CakePHP, that grown quite big. The architecture uses a bunch of plugins as well. From the beginning of the project there was only one instance of ...
2
votes
0answers
87 views
XMonad mod key stops working during a session
I have recently begun trying out XMonad on my Ubuntu 10.04 machine, and I have one major complaint. Oddly, I have not found the problem duplicated elsewhere on the web.
My XMonad session starts out ...
2
votes
6answers
142 views
Can't Mod Zero?
Why is X % 0 an invalid expression?
I always thought X % 0 should equal X. Since you can't divide by zero, shouldn't the answer naturally be the remainder, X (everything left over)?
2
votes
2answers
87 views
direct all webpage requests with .index.html to /
I want to direct all requests for any URL that ends with index.html to /. I have one domain on the server.
Example:
If someone wants "www.thissite.com/index.html--it is directed to ...
2
votes
3answers
441 views
optimizing modular arithmetic computations in C++
I am developing some linear algebra code that that is templated on the
matrix coefficient type. One of the possible types is a class to do
modular arithmetic, naively implemented as follows:
...
1
vote
0answers
41 views
Mathematica 8 overflow error by Mod command (RSA-code) [closed]
Possible Duplicate:
Mathematica Overflow[] error : Why and how-to bypass?
I have to decrypt an RSA code but when I do I get an overflow error
the formule to encrypt is Mod[x^e,m]
the ...
1
vote
0answers
36 views
Analysis and playback of tracker module files (mod, xm, s3m, …) via Python/C++ in a game
I've had an idea for a rhythm game which first loads a tracker module, analyzes it, displays the elementary structure and only plays the samples assigned to each note displayed if the corresponding ...
1
vote
3answers
124 views
Meaning of “%” operation in C# for the numric type double
Recently I discovered that C#'s operator "%" is applicable to double. Tried some things out, and after all came up with this test:
class Program
{
static void test(double a, double b)
{
...
1
vote
1answer
127 views
Is a language L = {s ∈ (0 + 1)* | d(s) mod 5 =2 and d(s) mod 7 !=4 } regular?
While reading from a book I had this doubt.
It mentions that
L = {s ∈ (0+1)* | n0(s) mod 7 = n1(s) mod5 =0} is regular
Where n0(s) = number of 0’s in s and n1(s) = number of 1’s in s
Further it ...
1
vote
2answers
160 views
C# ModInverse Function
Is there a built in function that would allow me to calculate the modular inverse of a(mod n)?
e.g. 19^-1 = 11 (mod 30), in this case the 19^-1 == -11==19;
1
vote
0answers
70 views
Using mod_evasive on a specific directory
I'm trying to limit requests to an API on an internal site
I've managed to implement mod_evasive to successfully block requests after a specific amount in a specific time.
But this is causing ...
1
vote
1answer
41 views
RewriteRules directory problem
I have this rules into my .htaaccess file:
RewriteEngine On
RewriteRule ^(.*)\/$ /index.php?pg=$1
Now, the result work, if I type www.example.com/try/ it rewrite www.example.com/index.php?pg=try
...
1
vote
0answers
216 views
Android kernel dynamic NAND partition layout?
I'm making some changes to the 2.6.35 Android kernel to support a chinese device, what has three flavors: 128MB NAND, 256MB NAND and 2GB NAND. In this device, the kernel handles MTD layout (instead of ...
1
vote
2answers
216 views
File age in Java
I need to find the age of a file based on its name. Alle the files keep to a naming convention like this: DD-MM-YYYY.
I can make a program to come up with the filenames based on how many days/months ...
1
vote
1answer
81 views
mod_rewrite: rewrite rule or redirect?
If I use an internal rewrite rule to change my web page names instead of a redirect,it appears that I will have a duplication of content? For example, if I rewrite /oldpage.html to ...
1
vote
2answers
46 views
Help with Mod_rewrite
I want to use mod_rewrite to do urls like this:
http://domain.tld/id/1/type/2/url/http://domain2.tld
How can I do that?
1
vote
2answers
375 views
htaccess 301 redirect www & non-www to non-www subfolder
I am trying to redirect www and non-www to non-www subfolder /forums.
I am currently using this code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.example\.com$ [OR]
RewriteCond %{REQUEST_URI} ...
1
vote
2answers
54 views
some mod rewrited images are not loading. why?
example.com/thumb/AWg7X9Ko5hA_default.png
for example it is working....
but
example.com/thumb/m0bt_9Qiznc_default.png
is not.. why not?
when i access
...
1
vote
4answers
338 views
Using “mod” operator
I am trying to display whenever I need to do a certain action in my for loop every 300th iteration (makes sense?)
Here is in code what I want to do, but not the way I want to do it:
for I := 0 to ...
1
vote
1answer
114 views
Making list columns while looping through data?
I've always wanted to ask this. Let's say in C# I've got an IEnumerable<Cars> that contains 20 results from a LINQ query to my SQL database.
I want to list it into 4 columns of 5, using ul ...
1
vote
4answers
425 views
Stop php script execution
I have php_mod and an apache server.
If I start a script from the browser it will persist until the execution is complete ( even if i close the browser )
How can i stop the process ?
0
votes
1answer
66 views
Wildcard subdomains redirected to www with htaccess
There seem to be a million posts on StackOverflow on this topic, but none seem to be exactly what I'm after.
Basically, I'm trying to redirect all random non-existent subdomains to the "www" version ...
0
votes
0answers
112 views
Is there any open source tracker player (e.g. mod player) implemented in C#? [closed]
I'm been looking at making my own player for tracked music formats (.mod .xm .s3m, and so on). I managed to find quite a lot of different open source libraries for playing tracked music implemented in ...
0
votes
0answers
33 views
Mod rewrite doesn't work when moved to a subdomain
I just moved my website to a subdomain that looks like http://www.xxx.yyy.zzz.com and it looks like my rewrite rules won't work anymore. What do I do wrong?
Options +FollowSymLinks
RewriteEngine on
...
0
votes
1answer
26 views
htaccess mod rewrite need to rewrite
To redirect mydomain.ru to mydomain.ru/rus.
If I write:
RewriteCond %{HTTP_HOST} !^mydomain\.ru/rus/$ [NC]
RewriteRule ^(.*)$ http://mydomain.ru/rus/$1 [R=301,L]
When I have an endless redirect. ...
0
votes
0answers
29 views
mod rewrite match empty environment variable/string
I'm trying to match when an environment variable is not set.
I've attempted
RewriteCond %{ENV:APPLICATION_ENV} =""
RewriteCond %{ENV:APPLICATION_ENV} ^$
RewriteCond %{ENV:APPLICATION_ENV} !^.+$
They ...
0
votes
0answers
56 views
httpd.ini mod rewrite rules in different location but in same domain
I have used httpd.ini isapi rule as
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule /([^/]*)/([0-9]*)(/?)+$ /index.php?category=$1&fid=$2
RewriteRule ...
0
votes
1answer
63 views
php mod_rewrite cannot get second paramater from rewritecond
I have a server that I am setting up to rewrite subdomains as get parameters
So,
subdomain.example.com/blog/test
would actually point to:
...
0
votes
2answers
103 views
Using modulus in for loop
I am trying to understand how to repeat loops using the mod operator.
If you have two strings, "abc" and "defgh", how can % be used to loop through abc, repeating it until the end of defgh is ...
0
votes
1answer
65 views
Mod rewrite, need to allow only letters, numbers and white spaces
Since I need to allow my users, to search strings with white spaces, I need to modify this rewrite rule (lighttpd engine).
"^/(results)/(query)/([0-9a-zA-Z_]+)$" =>
...
0
votes
1answer
103 views
How can I use Math Ceiling RoundUp How to determine even odd number
I need to print data from a DataGridView on both sides of a preprinted form but:
Each side has different arrangement for that info.
Each side can only hold info from tree rows, so:
1st, 2nd and 3rd ...
0
votes
1answer
30 views
Mod Rewrite from Uppercase
I'm trying to rewrite a URL of www.somesite.com/BEARS to www.somesite.com/bears. I'm having an issue in that I don't want all my URLs lowercase right now so I just want to do it on this one.
Also ...
0
votes
3answers
59 views
Please name some webservers that are easy to setup with Python [closed]
I tried Apache web server with mod_python. It took me so much time to configure and still could not get it working.
I'm looking for some alternatives. Can somebody who has experiences with web ...
0
votes
1answer
40 views
Add on domain mod rewite to create pretty url
Ok, well ive been looking through this site for an answer and being fairly new to all this am struggling to adapt the various examples shown, so was hoping if someone could answer specifically regards ...
0
votes
0answers
15 views
Mod Rewrite help please
Hey everybody hope your well.
Today I've been going htaccess mad but have come across a problem as my regex knowledge is non-existent.
Basically I've got all my images stored in.
...
0
votes
1answer
230 views
mod_rewrite question about trailing slashes in 301 redirect
I've tried to look through the multiple mod_rewrite questions, so I apologize if this is a duplicate.
I'm trying set it so that if you go to domain.com/about.php it removes .php and if you go to ...
0
votes
3answers
99 views
Likeliest way to compute validation using MOD 7 check on the last number
I am attempting to perform number validation for a proprietary ID implementation. I was anticipating a spec document for the algorithm in detail, but this is all that they sent:
The IDs are 9 digits.
...
0
votes
1answer
52 views
Writing a mod rewrite rule to redirect two URL types to a custom permalink
How do I map from this format, http://example.com/is-that-for-real/.html (about 500 errors), to this format, http://example.com/1045/is-that-for-real/?
This is my current and actual permalink.
0
votes
1answer
214 views
How to htaccess Redirect subfolder to another same subfolder name but different domain?
like it said in the title , how could i redirect subfolder to another same subfolder name but different domain
for example
i want to redirect the following url
www.domain.com/photo
Redirect to ...
0
votes
1answer
221 views
how to create a rewrite rule in htaccess with .(dot or period) in the parameter of the url
here is my sample url:
http://mydomain.com/folder/subfolder/index.php?site=www.othersite.com
i want to rewrite it this way:
http://mydomain.com/folder/subfolder/www.othersite.com
i tried
...
0
votes
1answer
102 views
mod redirect and rewrites ( Part 2 )
Further to my previous questions i am getting my self into a mess, so i will try and lay my problem/s out as best as i can here.
I am tidying up my URL structure but have the problem that my urls are ...
0
votes
1answer
80 views
mod of an unsigned char from secure hash function
i have an unsigned char test_SHA1[20] of 20 bytes which is a return value from a hash function. With the following code, I get this output
unsigned char test_SHA1[20];
char hex_output[41];
for(int di ...
0
votes
1answer
257 views
How to use excel functions: If, Mod, and Floor
Hi I am trying to round numbers where I must use the given functions, if, mod, and floor.
Given a price such as $5.50 or $12.19 or any price, if it ends in .00 to 0.49, it should round to .49 and if ...
0
votes
0answers
100 views
htaccess rewrite all paths to full paths
I need to append the url of my website at the beginning of the paths in my files.
ex: if url is images/apple.jpg, then redirect to http://www.mysite.com/images/apple.jpg
Please provide me with ...
0
votes
2answers
36 views
Mod Rewrite question
How can I Change Example 1 to Example 2 using mod_rewrite.
Example 1
http://localhost/a/posts/1/12/abcd
Example 2
http://localhost/a/members/1/posts/page.php?pid=12
0
votes
2answers
763 views
Using .htaccess to reroute all requests through index.php EXCEPT a certain set of requests
So I just inherited a site. The first thing I want to do is build a nice little standard, easy-peezy, CMS that allows for creating a page with any URL (for example: whatever.html).
Therefore, if ...
0
votes
1answer
104 views
Apache mod_mem_cache vary-deflate buq FIx but need rewrite rule advice
IF query string ?g and type css or js - gzip-deflate disabled
RewriteCond %{REQUEST_URI} .(css|js)$
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{QUERY_STRING} ^g$
RewriteRule ^(.*)$ $1 ...
0
votes
0answers
124 views
Mod_uploadprogress on Lighttpd doesn't report progress
I have Lighttpd 1.4.26 on Ubuntu server with php (mod_fcgi).
Also i'we build backport of mod_uploadprogress and altered sample files to insert tracking-id and added ...