0
votes
1answer
32 views

Get the URL in variable and then redirect with .htaccess

I'm trying to get the recently entered URL because I will use it to make a query. Let's say I have a website: mysite.com When someone visit my site with this address ...
0
votes
1answer
42 views

What is the best practice to create an AJAX navigation?

I'm trying to build a website which doesn't reload all the page each time the user press the link of the navbar. So I'm using jQuery and AJAX with GET to load the corresponding html file in a div tag. ...
0
votes
2answers
24 views

Allowing only certain servers/websites connect to script

I have a JavaScript script, which I want to sell to my clients. The problem is there are no on site changes required for the script to work so they can simply link to the script and get the benefits - ...
0
votes
1answer
27 views

.htaccess rules make sm2 fail to load mp3s of my website on Android and iPad

I use .htaccess in my application's assets/audio directory to prevent direct download of mp3's files played with soundmanager2. The following is the code of .htaccess which is placed in assets/audio ...
0
votes
1answer
35 views

Compressing Javascript & CSS using Gzip

OK, the question may sound familiar - and I've read answers about it everywhere BUT (before you point me to some other answer) none of that has worked for me (htaccess modifications, gzip-ping ...
0
votes
0answers
15 views

Greybox opening up the wrong URL

I finally found a lightbox that works on IE, Firefox, and Chrome. The problem now is that on clicking the link, Greybox loads the wrong URL. Here's my code for greybox: <a ...
-2
votes
1answer
47 views

htaccess: Will SetOutputFilter DEFLATE works if css or js file in different folder? [closed]

I have put <FilesMatch ".(js|css|html|htm|php|xml)$"> SetOutputFilter DEFLATE </FilesMatch> in htaccess file on the root folder, i have heard it will compress all js and css files to ...
0
votes
0answers
28 views

JS not loading on Htaccess Rules

I am loading js for particular page using Require Js. I pass the path to JS in a variable <script data-main="js/global" src="js/vendor/require.js" type="text/javascript"></script> ...
-2
votes
2answers
66 views

I need to protect my website from iframe. In the same times, i need to iframe by my own sites and some permitted website. How can i do this?

I need to protect my website from iframe. In the same times, I need to iframe by my own sites and some permitted website. How can I do this? Every website cannot use iframe until I permit them. I ...
0
votes
0answers
44 views

Automatically redirect to a “maintenance” page if any php error is detected in wordpress ?- possible?

Automatically redirect to a "maintenance" page if any php error is detected in wordpress ?- possible?i am fed of attacks on my Server
1
vote
0answers
50 views

Load different page based on IP-range [closed]

I would like to load different content within Index page based on Country IP range. Is it possible ?
1
vote
5answers
51 views

Is there a way using php or htaccess to prevent access to a certain part of an url

For example a user can not access http://example.com/here but can access anything with more added. An example would be http://example.com/her?action=blah blah. The point of this is to prevent access ...
1
vote
2answers
69 views

Handle 404 with .htaccess and javascript?

I have a site using static html; there aren't any PHP or CGI services available. I'd like to build a somewhat intelligent 404 error page in javascript. From JavaScript: 404 page, how to get the ...
0
votes
4answers
91 views

HTML - Script - hide the “/index.html” file when going to domain.com/example

for example: On appples website when going to apple.com/support I will come to apple.com/support/ and it should be to apple.com/support/index.html but the index.html is not shown. i want this on my ...
0
votes
1answer
42 views

Force download with files on other servers

I'm trying to find out how to force a download (right-click + save as) with mp4 files and flv files. I would use .htaccess to force the download, but the mp4 and flv files are NOT on my server. They ...
-8
votes
1answer
83 views

Internal server error 500 [closed]

im getting error of internal server error 500 , what problem..?any help appreciable RewriteEngine on RewriteBase test/ RewriteCond %{QUERY_STRING} id=(.*) RewriteRule ^(.+\.html)$ ...
1
vote
0answers
1k views

My website has been hacked using iframe, PHP, JavaScript, htaccess injection [closed]

Does anyone know a thing about iframe injection hack using website's ".htaccess"? How does it work? How could my website be so easily hacked? I checked my ".htaccess" and "index" files (including the ...
0
votes
2answers
59 views

Error getting javascript resource from server

I wrote a plugin for wordpress. It is working fine but on some hosting I get the following error in Firebug "NetworkError: 404 Not Found - ...
2
votes
1answer
128 views

Protecting data on webserver from site grabbers/copiers

I have mp3 files placed on my webserver in the public folder (I am placing it in public folder so that player on my site can access those files), I'm not concerned if a user is able to download an MP3 ...
0
votes
1answer
124 views

Playing mp3 files placed outside root folder using jplayer

i have searched all around the web to find a solution for this and i found some of them which involves php based solutions like chunking or other ones which involves mod_xsendfile() etc. but i ...
-1
votes
1answer
193 views

A web page is redirecting after 30 seconds [closed]

So this is rattling my head, There is a Joomla website (lazy and insecure). After loading ANY page, wait 30 seconds and the page redirects to a random advertising website. I have disable GoogleAds, ...
0
votes
1answer
103 views

.htaccess dont let php file load on jquery

hello guys i have a jquery.post and i included a php file: $.post('website/register/checks.php' when i execute the function data goes to the file, but i have a rule in my htaccess: RewriteRule ...
1
vote
0answers
74 views

Images in ajax request not being cached

On my site I have successfully cached multiple images (and other file types) using ExpiresActive On in my .htaccess file ExpiresActive On ExpiresByType text/html "access plus 1 month" ExpiresByType ...
0
votes
1answer
167 views

How to only show first time visitors specific tooltips?

I want to give only first time users a "tour" of my website. I want to do with JavaScript. What I mean is that if the user has never seen my website and that it's his/her's first visit, they will get ...
1
vote
1answer
122 views

.htaccess rewrite rules to backbone router conversions

I've done some digging around the interweb but nothing's making itself obvious. I'm looking to integrate a custom CMS with backbone so that a page can be loaded either with a raw http request or via ...
0
votes
0answers
136 views

JPlayer - Media Error in IE

im having a wierd error when i try to access to my JPlayer 2.2.0 @ IE. Using Chrome and FF i have no issues but when i try to run @ IE10/IEtester i get this error: "Media URL could not be loaded. ...
0
votes
0answers
155 views

Deep linking with Backbone.js

I've created a front end for my clients' WP-powered blog. I'm pulling in a JSON file using the JSON-API plugin and switching between an 'all-posts' view and a 'single-post' view. I've gotten the ...
0
votes
2answers
60 views

images from main domain to subdomain [duplicate]

Possible Duplicate: subdomain changes image path I have some articles in database entered by ckEditor which uses path like /userfiles/image1.jpg and when I access them from a sub domain it ...
-1
votes
3answers
42 views

In my wordpress site I want to start somefile.html first and after 10 seconds redirect to index.php file

I have a wordpress site http://hamroletang.com and it contain a file http://hamroletang.com/sardanjali.html Now I want sardanjali.html to be my website landing page. Then it will redirect to ...
0
votes
1answer
58 views

Get the real php page name after redirection

I wished to know how to retrieve the real page name from JavaScript, i.e. not the one showed in the browser address bar. For example my .htaccess has a directive: DirectoryIndex bibi.php, so when ...
0
votes
3answers
176 views

.htaccess deny all except allow javascript access as well

I currently am blocking all access to one directory in on my server using .htacces deny from all I use php for all my coding, except at one point I use javascript to play mp3s from my secured ...
3
votes
2answers
91 views

How to Block android apps to show my site?

I have found that certain android applications show my site, I think they use with webview, How do I block all applications that can show my site ?
-3
votes
3answers
59 views

Can i do this on .htaccess? [closed]

I'm wondering if i can make a <script> on .htaccess to work on all pages rather then doing them one by one? This is the script I wanna put to show up on all Pages, It's .js that will show ...
1
vote
2answers
109 views

PHP Prevent Direct Access

Is there any possible way to make direct browser access to http://www.example.com/test.php Not available when viewing url directly but still allowing JQuery ...
0
votes
1answer
255 views

Backbone and slim framework redirect route htacces

I'm trying to configure htaccess for my backbone and slim Webapp. Here is my root url: mysite.com/myproject/ Here is how I'm organizing my directories: server.php, where I use Slim framework, ...
0
votes
1answer
211 views

How to prevent cross domain javascript loading with .htaccess?

The company which developped my website just added this javascript code on the Zend Guard encrypted index.php file (I saw it with "View source") : (function () { var smrs = ...
0
votes
1answer
86 views

Javascript App and SEO

I've got this setup: Single page app that generates HTML content using Javascript. There is no visible HTML for non-JS users. History.js (pushState) for handling URLS without hashbangs. So, the app ...
0
votes
1answer
120 views

Trying to limit access to SWF files with FlexPaper

I'm trying to prevent users from downloading or accessing SWF files on my server. Using FlexPaper, the embed code looks something like this: $('#documentViewer').FlexPaperViewer({ config : { ...
2
votes
2answers
74 views

Force re cache .js files or preferably one file

I have a js file which cannot be renamed as it's used by users who add a bookmarklet to their browsers. The js file is called from the bookmarklet. I cache all js files on my site using cache-control ...
2
votes
1answer
82 views

Ajax and rewrite engine

I have a problem with ajax and rewrite engin. I made a site, where I use this load more script: http://www.9lessons.info/2009/12/twitter-style-load-more-results-with.html Everything works fine ...
3
votes
2answers
48 views

Redirect url if it contains #NOTECHWORKING

I have searched for this for about a week now and still cant find an answer to my question so I'm finally braking down and asking here! What I am trying to accomplish is to redirect a URL ONLY if it ...
0
votes
1answer
31 views

internaly linking to home page (/index) using ajax when htacess redirects home page to mydomain.com

I am using a redirect in my Apache .htaccess file to send all traffic from index.html to mydomain.com. To do this, I am using the following: Options +FollowSymLinks RewriteCond %{THE_REQUEST} ...
0
votes
1answer
70 views

htaccess and deeplinking back button

I am implementing the following htaccess to deep link into an ajax heavy site, It works fine except if you link into the site from outside you need to hit the back button twice quickly to go back. ...
0
votes
1answer
258 views

Redirect using htaccess based on referrer

We only want users from a specific website to use our services. Is there a way to redirect all traffic that does not come from a specific referrer, to a website of our choosing, via htaccess? Also, ...
0
votes
1answer
117 views

mod_rewrite strange behaviour when url with two subdirectories

I'm developing a web project with php, html5 and javascript. Right now I am using php to handle the URL when the user refresh the page in order to capture the subdirectories and recalculate the ...
3
votes
1answer
118 views

CodeIgniter and Javascript url-rewriting clash

My project is setup in CodeIgniter. To cleanup CI's url I added a RewriteRule to the htaccess of the page which removes the ugly 'index.php': RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
0
votes
2answers
107 views

Gziped Css and JS not working

I can't get my gziped css and js files to work. They are compressed but when I open the link to them I get something like this as result: ‹������ͽ{Û6²0üÿ~ ...
4
votes
2answers
498 views

Set my JS MIME type to “text/javascript”

According to this: Javascript MIME Type, it seems that I should be serving my JS as "text/javascript". When I inspect the network communication between my browser and localhost (or my server), the ...
1
vote
1answer
155 views

find redirect url [closed]

I am using an iframe in my page to display content from an external website, but sometimes the iframe redirects a whole page to a new location, and this causes unwanted things on my website. Is it ...
1
vote
2answers
461 views

How to redirect to error page if iframe is used by other domain to show my Website

Recently my websites content is being stolen by lots of other websites. What they do is just create an iframe of my website and show specific data on their domain to get high traffic. When I found ...

1 2 3 4